Package net.jpountz.lz4
Class LZ4Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.jpountz.lz4.LZ4Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class LZ4Exception extends java.lang.RuntimeException
LZ4 compression or decompression error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LZ4Exception()
LZ4Exception(java.lang.String msg)
LZ4Exception(java.lang.String msg, java.lang.Throwable t)
-