Package qpid :: Package messaging :: Module exceptions
[frames] | no frames]

Module exceptions

source code

Classes
Timeout
MessagingError
InternalError
ConnectionError
The base class for all connection related exceptions.
ConnectError
Exception raised when there is an error connecting to the remote peer.
VersionError
AuthenticationFailure
ConnectionClosed
HeartbeatTimeout
SessionError
Detached
Exception raised when an operation is attempted that is illegal when detached.
NontransactionalSession
Exception raised when commit or rollback is attempted on a non transactional session.
TransactionError
Base class for transactional errors
TransactionAborted
The transaction was automatically rolled back.
TransactionUnknown
The outcome of the transaction on the broker (commit or roll-back) is not known.
UnauthorizedAccess
ServerError
SessionClosed
LinkError
InsufficientCapacity
AddressError
MalformedAddress
InvalidOption
ResolutionError
AssertionFailed
NotFound
LinkClosed
SenderError
SendError
TargetCapacityExceeded
ReceiverError
FetchError
Empty
Exception raised by Receiver.fetch when there is no message available within the alloted time.
ContentError
This type of exception will be returned to the application once, and will not block further requests
EncodeError
DecodeError
Variables
  __package__ = None