Class CorruptedInputException

All Implemented Interfaces:
Serializable

public class CorruptedInputException
extends XZIOException
Thrown when the compressed input data is corrupt. However, it is possible that some or all of the data already read from the input stream was corrupt too.
See Also:
Serialized Form
  • Constructor Details

    • CorruptedInputException

      public CorruptedInputException()
      Creates a new CorruptedInputException with the default error detail message.
    • CorruptedInputException

      public CorruptedInputException​(String s)
      Creates a new CorruptedInputException with the specified error detail message.
      Parameters:
      s - error detail message