Package com.ning.compress
Class CompressionFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ning.compress.CompressionFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GZIPException
,LZFException
Base exception used by compression codecs when encountering a problem
with underlying data format, usually due to data corruption.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CompressionFormatException
(String message) protected
CompressionFormatException
(String message, Throwable t) protected
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CompressionFormatException
-
CompressionFormatException
-
CompressionFormatException
-