public class MalformedKeySetException extends SecurityException
JwkSet
that is incomplete or improperly configured or
formatted and cannot be used as expected.Constructor and Description |
---|
MalformedKeySetException(String message)
Creates a new instance with the specified explanation message.
|
MalformedKeySetException(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 MalformedKeySetException(String message)
message
- the message explaining why the exception is thrown.public MalformedKeySetException(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–2023 jsonwebtoken.io. All rights reserved.