public class DecompressionException extends Exception
| Constructor and Description |
|---|
DecompressionException()
Constructs a new exception without the detail message.
|
DecompressionException(String message)
Constructs a new exception with the specified detail message.
|
DecompressionException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DecompressionException(Throwable cause)
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecompressionException()
public DecompressionException(String message)
message - the detail message.public DecompressionException(String message, Throwable cause)
message - the detail message.cause - the causepublic DecompressionException(Throwable cause)
cause - the causeCopyright © 2017–2022 SNF4J.ORG. All rights reserved.