Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Thrown to indicate a failed lookup of some local object. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
KeyError (const std::string &) | |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Thrown to indicate a failed lookup of some local object.
For example when attempting to retrieve a session, sender or receiver by name.
Definition at line 59 of file exceptions.h.
qpid::messaging::KeyError::KeyError | ( | const std::string & | ) |
|
virtualinherited |