Class TokenNotFoundException

All Implemented Interfaces:
Serializable

public class TokenNotFoundException extends UnrecoverableTokenException
Indicates that a ClientTokenEntity can't be found in the database.
See Also:
  • Constructor Details

    • TokenNotFoundException

      public TokenNotFoundException(@Nonnull String message)
    • TokenNotFoundException

      public TokenNotFoundException(@Nonnull String message, @Nonnull Throwable cause)