Class OpenIDConsumerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.springframework.security.openid.OpenIDConsumerException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class OpenIDConsumerException extends java.lang.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 byspring-security-oauth2
.Thrown by an OpenIDConsumer if it cannot process a request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenIDConsumerException(java.lang.String message)
Deprecated.OpenIDConsumerException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-