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
public class CompressionFormatException extends IOException
Base exception used by compression codecs when encountering a problem with underlying data format, usually due to data corruption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompressionFormatException(String message)
protected
CompressionFormatException(String message, Throwable t)
protected
CompressionFormatException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-