public class RememberMeAuthenticationException
extends org.springframework.security.core.AuthenticationException
Authentication exception occurs while using
the remember-me authentication.| Constructor and Description |
|---|
RememberMeAuthenticationException(String msg)
Constructs an
RememberMeAuthenticationException with the specified message
and no root cause. |
RememberMeAuthenticationException(String msg,
Throwable t)
Constructs a
RememberMeAuthenticationException with the specified message
and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RememberMeAuthenticationException(String msg, Throwable t)
RememberMeAuthenticationException with the specified message
and root cause.msg - the detail messaget - the root causepublic RememberMeAuthenticationException(String msg)
RememberMeAuthenticationException with the specified message
and no root cause.msg - the detail message