Class BadOpaqueTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException
org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException
- All Implemented Interfaces:
Serializable
An exception similar to
BadCredentialsException
that
indicates an opaque token that is invalid in some way.- Since:
- 5.3
- See Also:
-
Constructor Summary
ConstructorDescriptionBadOpaqueTokenException
(String message) BadOpaqueTokenException
(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
-
BadOpaqueTokenException
-
BadOpaqueTokenException
-