1 #ifndef QPID_FRAMING_REPLY_EXCEPTIONS_H
2 #define QPID_FRAMING_REPLY_EXCEPTIONS_H
30 #include "qpid/Exception.h"
31 #include "qpid/sys/ExceptionHolder.h"
33 #include "qpid/CommonImportExport.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"; }
std::string getPrefix() const
ConnectionForcedException(const std::string &msg=std::string())
sys::ExceptionHolder createConnectionException(int code, const std::string &text)
FramingErrorException(const std::string &msg=std::string())
std::string getPrefix() const
sys::ExceptionHolder createChannelException(int code, const std::string &text)
std::string getPrefix() const
std::string getPrefix() const
PreconditionFailedException(const std::string &msg=std::string())
ResourceDeletedException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
InternalErrorException(const std::string &msg=std::string())
std::string getPrefix() const
IllegalArgumentException(const std::string &msg=std::string())
CommandInvalidException(const std::string &msg=std::string())
std::string getPrefix() const
InvalidArgumentException(const std::string &msg=std::string())
NotAllowedException(const std::string &msg=std::string())
std::string getPrefix() const
std::string getPrefix() const
std::string getPrefix() const
UnknownIdsException(const std::string &msg=std::string())
std::string getPrefix() const
sys::ExceptionHolder createSessionException(int code, const std::string &text)
std::string getPrefix() const
NotAttachedException(const std::string &msg=std::string())
std::string getPrefix() const
NotFoundException(const std::string &msg=std::string())
std::string getPrefix() const
ResourceLimitExceededException(const std::string &msg=std::string())
std::string getPrefix() const
NotImplementedException(const std::string &msg=std::string())
std::string getPrefix() const
SessionBusyException(const std::string &msg=std::string())
IllegalStateException(const std::string &msg=std::string())
std::string getPrefix() const
ResourceLockedException(const std::string &msg=std::string())
UnauthorizedAccessException(const std::string &msg=std::string())
std::string getPrefix() const
TransportBusyException(const std::string &msg=std::string())
InvalidPathException(const std::string &msg=std::string())
std::string getPrefix() const