public class RateLimitException
extends java.lang.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 attemted.
|