Package com.zeroc.Ice

Class CompressionException

All Implemented Interfaces:
Serializable, Cloneable

public class CompressionException extends ProtocolException
This exception indicates a problem with compressing or uncompressing data.
See Also:
  • Constructor Details

    • CompressionException

      public CompressionException()
    • CompressionException

      public CompressionException(Throwable cause)
    • CompressionException

      public CompressionException(String reason)
    • CompressionException

      public CompressionException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class ProtocolException
      Returns:
      The type id of this exception.