Class RateLimitException

All Implemented Interfaces:
Serializable

public class RateLimitException extends IllegalStateException
This exception is thrown when the user has exceeded the rate limit.
See Also:
  • Constructor Details

    • RateLimitException

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