kombu.exceptions

Exceptions.

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

exception kombu.exceptions.NotBoundError

Trying to call channel dependent method on unbound entity.

exception kombu.exceptions.MessageStateError

The message has already been acknowledged.

kombu.exceptions.TimeoutError

alias of timeout

exception kombu.exceptions.LimitExceeded

Limit exceeded.

exception kombu.exceptions.ConnectionLimitExceeded

Maximum number of simultaneous connections exceeded.

exception kombu.exceptions.ChannelLimitExceeded

Maximum number of simultaneous channels exceeded.

Previous topic

kombu.pidbox

Next topic

Logging - kombu.log

This Page