summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerI.cpp')
-rw-r--r--cpp/src/IcePack/ServerI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IcePack/ServerI.cpp b/cpp/src/IcePack/ServerI.cpp
index 0c25a8ff914..435fcb92ab2 100644
--- a/cpp/src/IcePack/ServerI.cpp
+++ b/cpp/src/IcePack/ServerI.cpp
@@ -94,7 +94,7 @@ IcePack::ServerI::start(ServerActivation activation, const Ice::Current& current
setState(active ? Active : Inactive);
return active;
}
- catch (const Ice::SystemException& ex)
+ catch (const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "activation failed for server `" << description.name << "':\n";
@@ -360,7 +360,7 @@ IcePack::ServerI::stopInternal()
{
_activator->deactivate(this);
}
- catch (const Ice::SystemException& ex)
+ catch (const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "deactivation failed for server `" << description.name << "':\n";
@@ -417,7 +417,7 @@ IcePack::ServerI::stopInternal()
{
_activator->kill(this);
}
- catch (const Ice::SystemException& ex)
+ catch (const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "deactivation failed for server `" << description.name << "':\n";