Package com.nimbusds.jose.jwk.source
Class JWKSetParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.JOSEException
com.nimbusds.jose.KeySourceException
com.nimbusds.jose.jwk.source.JWKSetUnavailableException
com.nimbusds.jose.jwk.source.JWKSetParseException
- All Implemented Interfaces:
Serializable
JWK set parse exception, in the context of JWK set retrieval.
- Version:
- 2022-09-04
- Author:
- Thomas Rørvik Skjølberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJWKSetParseException
(String message, Throwable cause) Creates a new JWK set parse exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JWKSetParseException
Creates a new JWK set parse exception.- Parameters:
message
- The message,null
if not specified.cause
- The cause,null
if not specified.
-