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:
java.io.Serializable
- Direct Known Subclasses:
GZIPException
,LZFException
public class CompressionFormatException extends java.io.IOException
Base exception used by compression codecs when encountering a problem with underlying data format, usually due to data corruption.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompressionFormatException(java.lang.String message)
protected
CompressionFormatException(java.lang.String message, java.lang.Throwable t)
protected
CompressionFormatException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CompressionFormatException
protected CompressionFormatException(java.lang.String message)
-
CompressionFormatException
protected CompressionFormatException(java.lang.Throwable t)
-
CompressionFormatException
protected CompressionFormatException(java.lang.String message, java.lang.Throwable t)
-
-