summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 6f25a08def5..b090f88b013 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -648,3 +648,10 @@ Ice::SecurityException::ice_print(ostream& out) const
out << ":\n" << reason;
}
}
+
+void
+Ice::FixedProxyException::ice_print(ostream& out) const
+{
+ Exception::ice_print(out);
+ out << ":\nfixed proxy exception";
+}