Class Pack200Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.compress.harmony.pack200.Pack200Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class Pack200Exception extends java.lang.Exception
Represents a problem with a Pack200 coding/decoding issue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pack200Exception(java.lang.String message)
Create a new Pack200 exception with the given message
-
-
-
Constructor Detail
-
Pack200Exception
public Pack200Exception(java.lang.String message)
Create a new Pack200 exception with the given message- Parameters:
message
- the text message to display
-
-