Package com.zeroc.Ice
Class CompressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
com.zeroc.Ice.CompressionException
- All Implemented Interfaces:
Serializable,Cloneable
This exception indicates a problem with compressing or uncompressing data.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.ProtocolException
reason -
Constructor Summary
ConstructorsConstructorDescriptionCompressionException(String reason) CompressionException(String reason, Throwable cause) CompressionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CompressionException
public CompressionException() -
CompressionException
-
CompressionException
-
CompressionException
-
-
Method Details
-
ice_id
Description copied from class:ExceptionReturns the type id of this exception.- Overrides:
ice_idin classProtocolException- Returns:
- The type id of this exception.
-