summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Exception.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index af4e44e6087..a8bb8c6f81a 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -459,6 +459,14 @@ Ice::DNSException::ice_print(ostream& out) const
}
void
+Ice::OperationInterruptedException::ice_print(ostream& out) const
+{
+ Exception::ice_print(out);
+ out << ":\noperation interrupted";
+}
+
+
+void
Ice::TimeoutException::ice_print(ostream& out) const
{
Exception::ice_print(out);