1 #ifndef QPID_FRAMING_REPLY_EXCEPTIONS_H
2 #define QPID_FRAMING_REPLY_EXCEPTIONS_H
42 std::string
getPrefix()
const {
return "unauthorized-access"; }
49 std::string
getPrefix()
const {
return "not-found"; }
56 std::string
getPrefix()
const {
return "resource-locked"; }
63 std::string
getPrefix()
const {
return "precondition-failed"; }
70 std::string
getPrefix()
const {
return "resource-deleted"; }
77 std::string
getPrefix()
const {
return "illegal-state"; }
84 std::string
getPrefix()
const {
return "command-invalid"; }
91 std::string
getPrefix()
const {
return "resource-limit-exceeded"; }
98 std::string
getPrefix()
const {
return "not-allowed"; }
105 std::string
getPrefix()
const {
return "illegal-argument"; }
112 std::string
getPrefix()
const {
return "not-implemented"; }
119 std::string
getPrefix()
const {
return "internal-error"; }
126 std::string
getPrefix()
const {
return "invalid-argument"; }
135 std::string
getPrefix()
const {
return "connection-forced"; }
142 std::string
getPrefix()
const {
return "invalid-path"; }
149 std::string
getPrefix()
const {
return "framing-error"; }
158 std::string
getPrefix()
const {
return "session-busy"; }
165 std::string
getPrefix()
const {
return "transport-busy"; }
172 std::string
getPrefix()
const {
return "not-attached"; }
#define QPID_COMMON_EXTERN
NotFoundException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
std::string getPrefix() const
std::string getPrefix() const
std::string getPrefix() const
TransportBusyException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
UnknownIdsException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
InvalidPathException(const std::string &msg=std::string())
std::string getPrefix() const
NotAttachedException(const std::string &msg=std::string())
FramingErrorException(const std::string &msg=std::string())
CommandInvalidException(const std::string &msg=std::string())
sys::ExceptionHolder createChannelException(int code, const std::string &text)
ResourceDeletedException(const std::string &msg=std::string())
std::string getPrefix() const
sys::ExceptionHolder createSessionException(int code, const std::string &text)
sys::ExceptionHolder createConnectionException(int code, const std::string &text)
PreconditionFailedException(const std::string &msg=std::string())
ResourceLimitExceededException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
InvalidArgumentException(const std::string &msg=std::string())
std::string getPrefix() const
SessionBusyException(const std::string &msg=std::string())
NotImplementedException(const std::string &msg=std::string())
ConnectionForcedException(const std::string &msg=std::string())
This file was automatically generated from the AMQP specification.
ResourceLockedException(const std::string &msg=std::string())
std::string getPrefix() const
InternalErrorException(const std::string &msg=std::string())
std::string getPrefix() const
IllegalStateException(const std::string &msg=std::string())
NotAllowedException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
UnauthorizedAccessException(const std::string &msg=std::string())
IllegalArgumentException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const