Class XZIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.graalvm.shadowed.org.tukaani.xz.XZIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptedInputException, MemoryLimitException, UnsupportedOptionsException, XZFormatException

public class XZIOException extends IOException
Generic IOException specific to this package. The other IOExceptions in this package extend from XZIOException.
See Also:
  • Constructor Details

    • XZIOException

      public XZIOException()
    • XZIOException

      public XZIOException(String s)