diff options
Diffstat (limited to 'cpp/src/IcePack/LocatorRegistryI.cpp')
-rw-r--r-- | cpp/src/IcePack/LocatorRegistryI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorRegistryI.cpp b/cpp/src/IcePack/LocatorRegistryI.cpp index 7a5e1948c88..02980af4b70 100644 --- a/cpp/src/IcePack/LocatorRegistryI.cpp +++ b/cpp/src/IcePack/LocatorRegistryI.cpp @@ -47,7 +47,7 @@ IcePack::LocatorRegistryI::setAdapterDirectProxy(const string& name, const Ice:: // Expected if the adapter was destroyed. // } - catch(const Ice::RuntimeException& ex) + catch(const Ice::LocalException& ex) { // // TODO: We couldn't contact the adapter object. This |