public class TooManyRequestsException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
TooManyRequestsException(int retryAfter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRetryAfter()
Returns number of seconds a client should wait before sending requests again.
|