summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index 2e38c4c12df..3ffadc78573 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -1651,9 +1651,7 @@ IceInternal::BasicStream::read(PatchFunc patchFunc, void* patchAddr)
//
if(id == Ice::Object::ice_staticId())
{
- throw NoObjectFactoryException(__FILE__, __LINE__,
- "class sliced to ::Ice::Object, which is abstract",
- mostDerivedId);
+ throw NoObjectFactoryException(__FILE__, __LINE__, "", mostDerivedId);
}
//