summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/Client.cpp')
-rw-r--r--cpp/test/Ice/exceptions/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/exceptions/Client.cpp b/cpp/test/Ice/exceptions/Client.cpp
index fa06f9a9f3d..eb68582bd46 100644
--- a/cpp/test/Ice/exceptions/Client.cpp
+++ b/cpp/test/Ice/exceptions/Client.cpp
@@ -34,7 +34,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;
@@ -46,7 +46,7 @@ main(int argc, char* argv[])
{
communicator->destroy();
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::Exception& ex)
{
cerr << ex << endl;
status = EXIT_FAILURE;