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
Signals a problem with a Pack200 coding or decoding issue.
- See Also:
-
Constructor Summary
ConstructorDescriptionPack200Exception
(String message) Constructs a new Pack200 exception with the given message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Pack200Exception
Constructs a new Pack200 exception with the given message- Parameters:
message
- The detail message (which is saved for later retrieval by theThrowable.getMessage()
method).
-