Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.CorruptedInputException
Extends/Implements : un.storage.archive.xz.XZIOException
Subclasses : -

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.


Variables : -
Functions : CorruptedInputException, CorruptedInputException




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


Creates a new CorruptedInputException with
the specified error detail message.
param   s error detail message
public void CorruptedInputException (String s)