org.springframework.security.ui.rememberme
Class InvalidCookieException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.ui.rememberme.RememberMeAuthenticationException
org.springframework.security.ui.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.
- Version:
- $Id$
- Author:
- Luke Taylor
- See Also:
- Serialized Form
InvalidCookieException
public InvalidCookieException(String message)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.