org.springframework.security.web.authentication.rememberme
Class RememberMeAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CookieTheftException, InvalidCookieException
public class RememberMeAuthenticationException
- extends AuthenticationException
- Version:
- $Id: RememberMeAuthenticationException.java 3550 2009-04-13 13:43:23Z ltaylor $
- Author:
- Luke Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RememberMeAuthenticationException
public RememberMeAuthenticationException(String message)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.