diff options
-rw-r--r-- | java/src/Ice/ConnectionI.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java index 2aead87797f..34a61c42500 100644 --- a/java/src/Ice/ConnectionI.java +++ b/java/src/Ice/ConnectionI.java @@ -1788,7 +1788,8 @@ public final class ConnectionI extends IceInternal.EventHandler implements Conne else { FeatureNotSupportedException ex = new FeatureNotSupportedException(); - ex.unsupportedFeature = "compression"; + ex.unsupportedFeature = "Cannot uncompress compressed message: " + + "org.apache.tools.bzip2.CBZip2OutputStream was not found"; throw ex; } } |