#include <exceptions.h>
Public Member Functions | |
QPID_MESSAGING_EXTERN | TransportFailure (const std::string &) |
Public Member Functions inherited from qpid::messaging::MessagingException | |
QPID_MESSAGING_EXTERN | MessagingException (const std::string &msg) |
Public Member Functions inherited from qpid::types::Exception | |
QPID_TYPES_EXTERN | Exception (const std::string &message=std::string()) throw () |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Thrown to indicate loss of underlying connection. When auto-reconnect is used this will be caught by the library and used to trigger reconnection attempts. If reconnection fails (according to whatever settings have been configured), then an instnace of this class will be thrown to signal that.