Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
An operator intervened to close the connection for some reason. More...
#include <qpid/framing/reply_exceptions.h>
Public Member Functions | |
std::string | getPrefix () const |
ConnectionForcedException (const std::string &msg=std::string()) | |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
Public Attributes | |
const framing::connection::CloseCode | code |
An operator intervened to close the connection for some reason.
The client may retry at some later date.
qpid::framing::ConnectionForcedException::ConnectionForcedException | ( | const std::string & | msg = std::string() | ) | [inline] |
Definition at line 215 of file reply_exceptions.h.
virtual std::string qpid::Exception::getMessage | ( | ) | const [virtual, inherited] |
std::string qpid::framing::ConnectionForcedException::getPrefix | ( | ) | const [inline, virtual] |
Reimplemented from qpid::Exception.
Definition at line 214 of file reply_exceptions.h.
virtual const char* qpid::Exception::what | ( | ) | const throw () [virtual, inherited] |
const framing::connection::CloseCode qpid::ConnectionException::code [inherited] |
Definition at line 72 of file Exception.h.