Package com.rale4j.sb.exception
Class RateLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rale4j.sb.exception.RateLimitExceededException
- All Implemented Interfaces:
Serializable
Exception thrown when a rate limit is exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimitExceededException
(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitExceededException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message
-