Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
This is the base class for all messaging related exceptions thrown by this API. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
MessagingException (const std::string &msg) | |
virtual | ~MessagingException () throw () |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Public Attributes | |
qpid::types::Variant::Map | detail |
This is the base class for all messaging related exceptions thrown by this API.
qpid::messaging::MessagingException::MessagingException | ( | const std::string & | msg | ) |
virtual qpid::messaging::MessagingException::~MessagingException | ( | ) | throw () [virtual] |
virtual QPID_TYPES_EXTERN const char* qpid::types::Exception::what | ( | ) | const throw () [virtual, inherited] |
Definition at line 44 of file exceptions.h.