Class LZ4Exception

All Implemented Interfaces:
Serializable

public class LZ4Exception extends RuntimeException
LZ4 compression or decompression error.
See Also:
  • Constructor Details

    • LZ4Exception

      public LZ4Exception(String msg, Throwable t)
    • LZ4Exception

      public LZ4Exception(String msg)
    • LZ4Exception

      public LZ4Exception()