Class AuthenticationCancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class AuthenticationCancelledException
    extends AuthenticationException
    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.
    Indicates that OpenID authentication was cancelled
    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

      • AuthenticationCancelledException

        public AuthenticationCancelledException​(java.lang.String msg)
        Deprecated.
      • AuthenticationCancelledException

        public AuthenticationCancelledException​(java.lang.String msg,
                                                java.lang.Throwable cause)
        Deprecated.