public class DecompressionException extends DecoderException
DecoderException
that is raised when decompression failed.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DecompressionException()
Creates a new instance.
|
DecompressionException(java.lang.String message)
Creates a new instance.
|
DecompressionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
DecompressionException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public DecompressionException()
public DecompressionException(java.lang.String message, java.lang.Throwable cause)
public DecompressionException(java.lang.String message)
public DecompressionException(java.lang.Throwable cause)