Package com.ning.compress.gzip
Class GZIPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ning.compress.CompressionFormatException
-
- com.ning.compress.gzip.GZIPException
-
- All Implemented Interfaces:
Serializable
public class GZIPException extends CompressionFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GZIPException(String message)
GZIPException(String message, Throwable t)
GZIPException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-