Class CompressorException

All Implemented Interfaces:
Serializable

Signals that an Compressor exception of some sort has occurred.
See Also:
  • Constructor Details Link icon

    • CompressorException Link icon

      public CompressorException(String message)
      Constructs a new exception with the specified detail message. The cause is not initialized.
      Parameters:
      message - The message (which is saved for later retrieval by the Throwable.getMessage() method).
    • CompressorException Link icon

      public CompressorException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The message (which is saved for later retrieval by the Throwable.getMessage() method)
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). A null indicates that the cause is nonexistent or unknown.