summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/store/StorageProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/store/StorageProvider.h')
-rw-r--r--cpp/src/qpid/store/StorageProvider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/store/StorageProvider.h b/cpp/src/qpid/store/StorageProvider.h
index 701d280e79..5dc10ecf4a 100644
--- a/cpp/src/qpid/store/StorageProvider.h
+++ b/cpp/src/qpid/store/StorageProvider.h
@@ -25,6 +25,7 @@
#include <map>
#include <stdexcept>
#include <vector>
+#include "qpid/Exception.h"
#include "qpid/Plugin.h"
#include "qpid/Options.h"
#include "qpid/broker/MessageStore.h"
@@ -63,7 +64,7 @@ class StorageProvider : public qpid::Plugin, public qpid::broker::MessageStore
{
public:
- class Exception : public std::exception
+ class Exception : public qpid::Exception
{
public:
virtual ~Exception() throw() {}