Class TokenNotFoundException

All Implemented Interfaces:
Serializable

public class TokenNotFoundException extends InvalidTokenException
Thrown to indicate that the token does not exist in the server.
See Also:
  • Constructor Details

    • TokenNotFoundException

      public TokenNotFoundException()
    • TokenNotFoundException

      public TokenNotFoundException(String s)
    • TokenNotFoundException

      public TokenNotFoundException(String s, Throwable throwable)
    • TokenNotFoundException

      public TokenNotFoundException(Throwable throwable)