egovframework.rfc3.iam.security.authentication.rememberme
Class InvalidCookieException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.security.core.AuthenticationException
                  extended by egovframework.rfc3.iam.security.authentication.rememberme.RememberMeAuthenticationException
                      extended by egovframework.rfc3.iam.security.authentication.rememberme.InvalidCookieException
All Implemented Interfaces:
java.io.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.

Author:
Luke Taylor
See Also:
Serialized Form

Constructor Summary
InvalidCookieException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.springframework.security.core.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCookieException

public InvalidCookieException(java.lang.String message)