diff options
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp index f52eb286069..2d958c959c5 100644 --- a/cpp/src/IceBox/ServiceManagerI.cpp +++ b/cpp/src/IceBox/ServiceManagerI.cpp @@ -15,7 +15,7 @@ #include <Ice/Ice.h> #include <Ice/DynamicLibrary.h> #include <IceBox/ServiceManagerI.h> -#include <Freeze/DBException.h> +#include <Freeze/Exception.h> using namespace Ice; using namespace IceBox; @@ -319,7 +319,7 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint, info.library = library; _services[service] = info; } - catch(const Freeze::DBException& ex) + catch(const Freeze::DatabaseException& ex) { ostringstream s; s << "ServiceManager: database exception while starting service " << service << ":\n"; |