Class InvalidCookieException

All Implemented Interfaces:
Serializable

public class InvalidCookieException extends RememberMeException
Thrown when a remember me cookie provided has an invalid format.
Author:
avasquez
See Also:
  • Constructor Details

    • InvalidCookieException

      public InvalidCookieException(String s)
    • InvalidCookieException

      public InvalidCookieException(String s, Throwable throwable)