Class TokenNotInRedisException

All Implemented Interfaces:
Serializable

public class TokenNotInRedisException extends SecurityException
This exception is thrown when an access token is not found in Redis.
See Also:
  • Constructor Details

    • TokenNotInRedisException

      public TokenNotInRedisException(String message)
      Constructor for the TokenNotInRedisException
      Parameters:
      message - The message of the exception.