Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Thrown on attempts to create a sender or receiver to a non-existent node. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
NotFound (const std::string &msg) | |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Thrown on attempts to create a sender or receiver to a non-existent node.
Definition at line 96 of file exceptions.h.
qpid::messaging::NotFound::NotFound | ( | const std::string & | msg | ) |
|
virtualinherited |