qpid::ConnectionException Struct Reference
#include <qpid/Exception.h>
List of all members.
Public Member Functions |
| ConnectionException (framing::connection::CloseCode _code, const std::string &message) |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
virtual std::string | getPrefix () const |
Public Attributes |
const
framing::connection::CloseCode | code |
Detailed Description
Definition at line 71 of file Exception.h.
Constructor & Destructor Documentation
qpid::ConnectionException::ConnectionException |
( |
framing::connection::CloseCode |
_code, |
|
|
const std::string & |
message | |
|
) |
| | [inline] |
Member Function Documentation
virtual std::string qpid::Exception::getMessage |
( |
|
) |
const [virtual, inherited] |
virtual std::string qpid::Exception::getPrefix |
( |
|
) |
const [virtual, inherited] |
virtual const char* qpid::Exception::what |
( |
|
) |
const throw () [virtual, inherited] |
Member Data Documentation
The documentation for this struct was generated from the following file: