Qpid C++ Messaging API  1.39.0
qpid::messaging::TransportFailure Struct Reference

#include <exceptions.h>

Inheritance diagram for qpid::messaging::TransportFailure:
qpid::messaging::MessagingException qpid::types::Exception

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 ()
 

Detailed Description

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.


The documentation for this struct was generated from the following file: