diff options
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index 14fb41c7afd..0972e6644b1 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -52,9 +52,7 @@ IceInternal::LocalExceptionWrapper::throwWrapper(const std::exception& ex) if(dynamic_cast<const UnknownException*>(le) || dynamic_cast<const ObjectNotExistException*>(le) || dynamic_cast<const OperationNotExistException*>(le) || - dynamic_cast<const FacetNotExistException*>(le) || - dynamic_cast<const CollocationOptimizationException*>(le) || - dynamic_cast<const SystemException*>(le)) + dynamic_cast<const FacetNotExistException*>(le)) { throw LocalExceptionWrapper(*le, false); } |