Class 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.
See Also:
  • Constructor Details

    • InvalidCookieException

      public InvalidCookieException(String message)