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

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.CookieTheftException
All Implemented Interfaces:
java.io.Serializable

public class CookieTheftException
extends RememberMeAuthenticationException

Author:
Luke Taylor
See Also:
Serialized Form

Constructor Summary
CookieTheftException(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

CookieTheftException

public CookieTheftException(java.lang.String message)