50 mutable std::string whatStr;
const framing::session::DetachCode code
Exception that includes an errno message.
ChannelException(framing::session::DetachCode _code, const std::string &message)
std::string strError(int err)
Get the error message for a system number err, e.g.
SessionException(framing::execution::ErrorCode code_, const std::string &message)
ErrnoException(const std::string &msg, int err)
ConnectionException(framing::connection::CloseCode _code, const std::string &message)
ErrnoException(const std::string &msg)
Exception representing transport failure.
const framing::connection::CloseCode code
#define QPID_COMMON_CLASS_EXTERN
Definitions and forward declarations of all types used in AMQP messages.
TransportFailure(const std::string &msg=std::string())
#define QPID_COMMON_EXTERN
const framing::execution::ErrorCode code
Base class for Qpid runtime exceptions.