Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/Exception.h>
Public Member Functions | |
ChannelException (framing::session::DetachCode _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::session::DetachCode | code |
Definition at line 65 of file Exception.h.
|
inline |
Definition at line 67 of file Exception.h.
|
virtualinherited |
|
virtualinherited |
Reimplemented in qpid::framing::UnknownIdsException, qpid::framing::NotAttachedException, qpid::framing::TransportBusyException, qpid::framing::SessionBusyException, qpid::framing::FramingErrorException, qpid::framing::InvalidPathException, qpid::framing::ConnectionForcedException, qpid::framing::InvalidArgumentException, qpid::framing::InternalErrorException, qpid::framing::NotImplementedException, qpid::framing::IllegalArgumentException, qpid::framing::NotAllowedException, qpid::framing::ResourceLimitExceededException, qpid::framing::CommandInvalidException, qpid::ClosedException, qpid::framing::IllegalStateException, qpid::framing::ResourceDeletedException, qpid::framing::PreconditionFailedException, qpid::framing::ResourceLockedException, qpid::framing::NotFoundException, and qpid::framing::UnauthorizedAccessException.
|
virtualinherited |
const framing::session::DetachCode qpid::ChannelException::code |
Definition at line 66 of file Exception.h.