Qpid C++ Messaging API  1.39.0
qpid::messaging::SessionClosed Struct Reference

#include <exceptions.h>

Inheritance diagram for qpid::messaging::SessionClosed:
qpid::messaging::SessionError qpid::messaging::MessagingException qpid::types::Exception

Additional Inherited Members

- Public Member Functions inherited from qpid::messaging::SessionError
QPID_MESSAGING_EXTERN SessionError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::MessagingException
QPID_MESSAGING_EXTERN MessagingException (const std::string &msg)
 
- Public Member Functions inherited from qpid::types::Exception
QPID_TYPES_EXTERN Exception (const std::string &message=std::string()) throw ()
 
virtual QPID_TYPES_EXTERN const char * what () const throw ()
 

Detailed Description

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.


The documentation for this struct was generated from the following file: