Class Pack200Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.compress.harmony.pack200.Pack200Exception
All Implemented Interfaces:
Serializable

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

    • Pack200Exception

      public Pack200Exception(String message)
      Constructs a new Pack200 exception with the given message
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).