public class RememberMeAuthenticationException extends 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. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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