Class Pack200Exception

All Implemented Interfaces:
Serializable

public class Pack200Exception extends CompressException
Signals a problem with a Pack200 coding or decoding issue.
See Also:
  • Constructor Details

    • Pack200Exception

      public Pack200Exception(String message)
      Constructs an Pack200Exception with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • Pack200Exception

      public Pack200Exception(String message, Throwable cause)
      Constructs an Pack200Exception with the specified detail message and cause.

      Note that the detail message associated with cause is not automatically incorporated into this exception's detail message.

      Parameters:
      message - The detail 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 value is permitted, and indicates that the cause is nonexistent or unknown.)
      Since:
      1.28.0