diff options
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/exceptions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/include/qpid/messaging/exceptions.h b/qpid/cpp/include/qpid/messaging/exceptions.h index 391eb11db9..04d4d818f7 100644 --- a/qpid/cpp/include/qpid/messaging/exceptions.h +++ b/qpid/cpp/include/qpid/messaging/exceptions.h @@ -220,6 +220,11 @@ struct QPID_MESSAGING_CLASS_EXTERN ConnectionError : public MessagingException QPID_MESSAGING_EXTERN ConnectionError(const std::string&); }; +struct QPID_MESSAGING_CLASS_EXTERN ProtocolVersionError : public ConnectionError +{ + QPID_MESSAGING_EXTERN ProtocolVersionError(const std::string&); +}; + struct QPID_MESSAGING_CLASS_EXTERN AuthenticationFailure : public ConnectionError { QPID_MESSAGING_EXTERN AuthenticationFailure(const std::string&); |
