Class 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 by spring-security-oauth2.
    Thrown by an OpenIDConsumer if it cannot process a request
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OpenIDConsumerException

        public OpenIDConsumerException​(java.lang.String message)
        Deprecated.
      • OpenIDConsumerException

        public OpenIDConsumerException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Deprecated.