Class TokenExpiredException

All Implemented Interfaces:
Serializable

public class TokenExpiredException extends InvalidTokenException
Thrown to indicate that the token has expired and is not valid anymore.
See Also:
  • Constructor Details

    • TokenExpiredException

      public TokenExpiredException()
    • TokenExpiredException

      public TokenExpiredException(String msg)
    • TokenExpiredException

      public TokenExpiredException(String msg, Throwable throwable)
    • TokenExpiredException

      public TokenExpiredException(Throwable throwable)