summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/inheritance/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/inheritance/Server.cpp')
-rw-r--r--cpp/test/Ice/inheritance/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/inheritance/Server.cpp b/cpp/test/Ice/inheritance/Server.cpp
index 1d42278c8b1..308b141e5d8 100644
--- a/cpp/test/Ice/inheritance/Server.cpp
+++ b/cpp/test/Ice/inheritance/Server.cpp
@@ -36,7 +36,7 @@ main(int argc, char* argv[])
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::Exception& ex)
{
cerr << ex << endl;
status = EXIT_FAILURE;
@@ -48,7 +48,7 @@ main(int argc, char* argv[])
{
communicator->destroy();
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::Exception& ex)
{
cerr << ex << endl;
status = EXIT_FAILURE;