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