public class RateLimitException extends Exception
| Constructor and Description |
|---|
RateLimitException(com.sendgrid.Request request,
int retryCount)
Construct a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
com.sendgrid.Request |
getRequest()
Get the originating request object.
|
int |
getRetryCount()
Get the number of times the action was attempted.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024. All rights reserved.