Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LZ4Exception

        public LZ4Exception​(java.lang.String msg,
                            java.lang.Throwable t)
      • LZ4Exception

        public LZ4Exception​(java.lang.String msg)
      • LZ4Exception

        public LZ4Exception()