Package co.cloudcraft.exception
Class RateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
co.cloudcraft.exception.CloudcraftException
co.cloudcraft.exception.InvalidRequestException
co.cloudcraft.exception.RateLimitException
- All Implemented Interfaces:
Serializable
Thrown when the user has sent too many requests in a given amount of time ("rate limiting").
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.cloudcraft.exception.CloudcraftException
getCode, getMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitException
-