Package proton :: Module _exceptions
[frames] | no frames]

Module _exceptions

source code

Classes
  ProtonException
The root of the proton exception hierarchy.
  Timeout
A timeout exception indicates that a blocking operation has timed out.
  Interrupt
An interrupt exception indicates that a blocking operation was interrupted.
  MessageException
The MessageException class is the root of the message exception hierarchy.
  DataException
The DataException class is the root of the Data exception hierarchy.
  TransportException
  SSLException
  SSLUnavailable
  ConnectionException
  SessionException
  LinkException
Variables
  EXCEPTIONS = {PN_TIMEOUT: Timeout, PN_INTR: Interrupt}