public class UnsupportedKeyException extends KeyException
Constructor and Description |
---|
UnsupportedKeyException(String message)
Creates a new instance with the specified explanation message.
|
UnsupportedKeyException(String msg,
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 UnsupportedKeyException(String message)
message
- the message explaining why the exception is thrown.public UnsupportedKeyException(String msg, Throwable cause)
msg
- the message explaining why the exception is thrown.cause
- the underlying cause that resulted in this exception being thrown.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.