public class

InvalidCookieException

extends 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
             ↳ org.springframework.security.web.authentication.rememberme.InvalidCookieException

Class Overview

Exception thrown by a RememberMeServices implementation to indicate that a submitted cookie is of an invalid format or has expired.

Summary

Public Constructors
InvalidCookieException(String message)
[Expand]
Inherited Methods
From class org.springframework.security.core.AuthenticationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidCookieException (String message)