public class CompressionException extends IOException
Constructor and Description |
---|
CompressionException(String message)
Creates a new instance with the specified explanation message.
|
CompressionException(String message,
Throwable cause)
Creates a new instance with the specified explanation message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CompressionException(String message)
message
- the message explaining why the exception is thrown.public CompressionException(String message, Throwable cause)
message
- the message explaining why the exception is thrown.cause
- the underlying cause that resulted in this exception being thrown.Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.