summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupAccountControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupAccountControl.cpp')
-rw-r--r--lib/backupstore/BackupAccountControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupAccountControl.cpp b/lib/backupstore/BackupAccountControl.cpp
index edb25068..40b60f42 100644
--- a/lib/backupstore/BackupAccountControl.cpp
+++ b/lib/backupstore/BackupAccountControl.cpp
@@ -139,7 +139,7 @@ S3BackupAccountControl::S3BackupAccountControl(const Configuration& config,
{
if(!mConfig.SubConfigurationExists("S3Store"))
{
- THROW_EXCEPTION_MESSAGE(BackupStoreException,
+ THROW_EXCEPTION_MESSAGE(CommonException,
InvalidConfiguration,
"The S3Store configuration subsection is required "
"when S3Store mode is enabled");