Class RememberMeAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CookieTheftException, InvalidCookieException

public class RememberMeAuthenticationException extends AuthenticationException
This exception is thrown when an Authentication exception occurs while using the remember-me authentication.
See Also:
  • Constructor Details

    • RememberMeAuthenticationException

      public RememberMeAuthenticationException(String msg, Throwable cause)
      Constructs a RememberMeAuthenticationException with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause
    • RememberMeAuthenticationException

      public RememberMeAuthenticationException(String msg)
      Constructs an RememberMeAuthenticationException with the specified message and no root cause.
      Parameters:
      msg - the detail message