Package com.atlan.exception
Class RateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.InvalidRequestException
com.atlan.exception.RateLimitException
- All Implemented Interfaces:
Serializable
Error that occurs when no further requests are being accepted from the IP address on which the SDK is running.
By default, Atlan allows 1800 requests per minute. If your use of the SDK exceed this, you will begin to see
these exceptions.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.exception.AtlanException
getAtlanError, getCode, getMessage, getStatusCode, getUserMessage, setAtlanError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitException
-
RateLimitException
-