public class RememberMeAuthenticationException extends AuthenticationException
Authentication
exception occurs while using
the remember-me authentication.Constructor and Description |
---|
RememberMeAuthenticationException(java.lang.String msg)
Constructs an
RememberMeAuthenticationException with the specified message
and no root cause. |
RememberMeAuthenticationException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
RememberMeAuthenticationException with the specified message
and root cause. |
public RememberMeAuthenticationException(java.lang.String msg, java.lang.Throwable t)
RememberMeAuthenticationException
with the specified message
and root cause.msg
- the detail messaget
- the root causepublic RememberMeAuthenticationException(java.lang.String msg)
RememberMeAuthenticationException
with the specified message
and no root cause.msg
- the detail message