Class RateLimitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ryandw11.structure.exceptions.RateLimitException
All Implemented Interfaces:
Serializable

public class RateLimitException extends RuntimeException
This exception occurs when an API method is rate limited due to performance concerns.
See Also:
Serialized Form
  • Constructor Details

    • RateLimitException

      public RateLimitException(String message)