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

type MessagingError

source code

Known Subclasses:

Instance Methods
 
__init__(self, code=None, text=None, **info)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Properties

Inherited from exceptions.BaseException: args, message

Method Details

__init__(self, code=None, text=None, **info)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)