Class OAuth2IntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadOpaqueTokenException
Base exception for all OAuth 2.0 Introspection related errors
- Since:
- 5.2
- See Also:
-
Constructor Summary
ConstructorDescriptionOAuth2IntrospectionException
(String message) OAuth2IntrospectionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuth2IntrospectionException
-
OAuth2IntrospectionException
-