Class AccessTokenValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.oauth2.sdk.dpop.verifiers.AccessTokenValidationException
- All Implemented Interfaces:
Serializable
DPoP related access token validation exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTokenValidationException
(String message) Creates a new access token validation 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
-
AccessTokenValidationException
Creates a new access token validation exception.- Parameters:
message
- The message,null
if not specified.
-