summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/amqp/Exception.h')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Exception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Exception.h b/qpid/cpp/src/qpid/broker/amqp/Exception.h
index c2fe470e55..a129dffe1f 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Exception.h
+++ b/qpid/cpp/src/qpid/broker/amqp/Exception.h
@@ -22,6 +22,7 @@
*
*/
#include <string>
+#include <qpid/Exception.h>
namespace qpid {
namespace broker {
@@ -29,7 +30,7 @@ namespace amqp {
/**
* Exception to signal various AMQP 1.0 defined conditions
*/
-class Exception : public std::exception
+class Exception : public qpid::Exception
{
public:
Exception(const std::string& name, const std::string& description);