Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Thrown to indicate that the sesion was closed by this client (probably in a different thread) whilst we were waiting on it. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
SessionClosed () | |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Thrown to indicate that the sesion was closed by this client (probably in a different thread) whilst we were waiting on it.
This is not really an error condition but there is no other way to return this.
Definition at line 178 of file exceptions.h.
qpid::messaging::SessionClosed::SessionClosed | ( | ) |
|
virtualinherited |