diff options
Diffstat (limited to 'cpp/test/Ice/operations/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Collocated.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/Collocated.cpp b/cpp/test/Ice/operations/Collocated.cpp index a266c7bdf0b..8bc95fafe4d 100644 --- a/cpp/test/Ice/operations/Collocated.cpp +++ b/cpp/test/Ice/operations/Collocated.cpp @@ -38,7 +38,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; @@ -50,7 +50,7 @@ main(int argc, char* argv[]) { communicator->destroy(); } - catch(const Ice::LocalException& ex) + catch(const Ice::Exception& ex) { cerr << ex << endl; status = EXIT_FAILURE; |