diff options
Diffstat (limited to 'cpp/src/IcePack/LocatorI.cpp')
-rw-r--r-- | cpp/src/IcePack/LocatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorI.cpp b/cpp/src/IcePack/LocatorI.cpp index 108e4d47742..4facdcc9c2e 100644 --- a/cpp/src/IcePack/LocatorI.cpp +++ b/cpp/src/IcePack/LocatorI.cpp @@ -54,7 +54,7 @@ IcePack::LocatorI::findAdapterByName(const string& name, const Ice::Current&) co // adapter. IcePack server adapter proxy are not direct proxy. // } - catch(const Ice::RuntimeException&) + catch(const Ice::LocalException&) { // // Expected if we couldn't contact the adapter object |