summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/LocatorRegistryI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/LocatorRegistryI.cpp')
-rw-r--r--cpp/src/IcePack/LocatorRegistryI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/LocatorRegistryI.cpp b/cpp/src/IcePack/LocatorRegistryI.cpp
index c6e05275832..78e56f94e2c 100644
--- a/cpp/src/IcePack/LocatorRegistryI.cpp
+++ b/cpp/src/IcePack/LocatorRegistryI.cpp
@@ -43,7 +43,7 @@ IcePack::LocatorRegistryI::setAdapterDirectProxy(const string& id, const Ice::Ob
}
catch(const AdapterActiveException&)
{
- throw Ice::AdapterAlreadyActive();
+ throw Ice::AdapterAlreadyActiveException();
}
catch(const Ice::ObjectNotExistException&)
{
@@ -96,7 +96,7 @@ IcePack::LocatorRegistryI::setAdapterDirectProxy(const string& id, const Ice::Ob
}
else
{
- throw Ice::AdapterNotRegistered();
+ throw Ice::AdapterNotRegisteredException();
}
}
}