Class CompressionException

  • All Implemented Interfaces:
    Serializable

    public class CompressionException
    extends IbisException
    Wrapper for compression related exceptions.
    Since:
    4.9.10
    Author:
    Gerrit van Brakel
    See Also:
    Serialized Form
    • Constructor Detail

      • CompressionException

        public CompressionException()
      • CompressionException

        public CompressionException​(String msg)
      • CompressionException

        public CompressionException​(String msg,
                                    Throwable cause)
      • CompressionException

        public CompressionException​(Throwable cause)