Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/Exception.h>
Public Member Functions | |
ClosedException (const std::string &msg=std::string()) | |
std::string | getPrefix () const |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
Definition at line 77 of file Exception.h.
qpid::ClosedException::ClosedException | ( | const std::string & | msg = std::string() | ) |
|
virtualinherited |
|
virtual |
Reimplemented from qpid::Exception.
|
virtualinherited |