Class Pack200Exception

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

public class Pack200Exception extends Exception
Represents a problem with a Pack200 coding/decoding issue.
See Also:
  • Constructor Details

    • Pack200Exception

      public Pack200Exception(String message)
      Creates a new Pack200 exception with the given message
      Parameters:
      message - the text message to display