org.springframework.security.web.authentication.rememberme
Class InvalidCookieException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
org.springframework.security.web.authentication.rememberme.InvalidCookieException
- All Implemented Interfaces:
- Serializable
public class InvalidCookieException
- extends RememberMeAuthenticationException
Exception thrown by a RememberMeServices implementation to indicate
that a submitted cookie is of an invalid format or has expired.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidCookieException
public InvalidCookieException(String message)