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:
Serializable
public class LZFException extends CompressionFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LZFException(String message)
LZFException(String message, Throwable t)
LZFException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-