Package kala.compress.harmony.pack200
Class Pack200Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- kala.compress.harmony.pack200.Pack200Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class Pack200Exception extends java.io.IOExceptionSignals a problem with a Pack200 coding or decoding issue.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Pack200Exception(java.lang.String message)Constructs a new Pack200 exception with the given message
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-