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

Thrown when compression options not supported by this implementation
are detected. Some other implementation might support those options.


Variables : -
Functions : UnsupportedOptionsException, UnsupportedOptionsException




Creates a new UnsupportedOptionsException with null
as its error detail message.
public void UnsupportedOptionsException ()


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