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

public class OAuth2IntrospectionException extends RuntimeException
Base exception for all OAuth 2.0 Introspection related errors
Since:
5.2
See Also:
  • Constructor Details

    • OAuth2IntrospectionException

      public OAuth2IntrospectionException(String message)
    • OAuth2IntrospectionException

      public OAuth2IntrospectionException(String message, Throwable cause)