Class OpenIDConsumerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.security.openid.OpenIDConsumerException
All Implemented Interfaces:
Serializable

@Deprecated public class OpenIDConsumerException extends Exception
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
Thrown by an OpenIDConsumer if it cannot process a request
See Also:
  • Constructor Details

    • OpenIDConsumerException

      public OpenIDConsumerException(String message)
      Deprecated.
    • OpenIDConsumerException

      public OpenIDConsumerException(String message, Throwable cause)
      Deprecated.