Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/reply_exceptions.h>
Inherits qpid::ChannelException.
Public Member Functions | |
std::string | getPrefix () const |
TransportBusyException (const std::string &msg=std::string()) | |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
Public Attributes | |
const framing::session::DetachCode | code |
Definition at line 261 of file reply_exceptions.h.
qpid::framing::TransportBusyException::TransportBusyException | ( | const std::string & | msg = std::string() |
) | [inline] |
Definition at line 265 of file reply_exceptions.h.
virtual std::string qpid::Exception::getMessage | ( | ) | const [virtual, inherited] |
std::string qpid::framing::TransportBusyException::getPrefix | ( | ) | const [inline, virtual] |
virtual const char* qpid::Exception::what | ( | ) | const throw () [virtual, inherited] |
const framing::session::DetachCode qpid::ChannelException::code [inherited] |
Definition at line 66 of file Exception.h.