public class MalformedKeyException extends InvalidKeyException
| Constructor and Description |
|---|
MalformedKeyException(String message)
Creates a new instance with the specified explanation message.
|
MalformedKeyException(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, toStringpublic MalformedKeyException(String message)
message - the message explaining why the exception is thrown.public MalformedKeyException(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.