Package com.ning.compress.lzf
Class LZFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ning.compress.CompressionFormatException
-
- com.ning.compress.lzf.LZFException
-
- All Implemented Interfaces:
java.io.Serializable
public class LZFException extends CompressionFormatException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LZFException(java.lang.String message)
LZFException(java.lang.String message, java.lang.Throwable t)
LZFException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-