summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerRegistryI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
commitd99db9620ba052e79cd5bd40c75306f600f9c48c (patch)
tree8b5bf4d7b52f1e60469cb48e6b466e7f4b08c41f /cpp/src/IcePack/ServerRegistryI.cpp
parentminor (diff)
downloadice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.bz2
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.xz
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.zip
Runtime->Local
Diffstat (limited to 'cpp/src/IcePack/ServerRegistryI.cpp')
-rw-r--r--cpp/src/IcePack/ServerRegistryI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/ServerRegistryI.cpp b/cpp/src/IcePack/ServerRegistryI.cpp
index 52ee9107ae3..03745c813a1 100644
--- a/cpp/src/IcePack/ServerRegistryI.cpp
+++ b/cpp/src/IcePack/ServerRegistryI.cpp
@@ -42,7 +42,7 @@ IcePack::ServerRegistryI::add(const string& name, const ServerPrx& server, const
return;
}
- catch(const Ice::RuntimeException&)
+ catch(const Ice::LocalException&)
{
}
throw ServerExistsException();
@@ -89,7 +89,7 @@ IcePack::ServerRegistryI::findByName(const string& name, const Ice::Current&)
{
_dict.erase(p);
}
- catch(const Ice::RuntimeException&)
+ catch(const Ice::LocalException&)
{
return ServerPrx::uncheckedCast(p->second);
}