public class SystemOverloadedException extends RemoteMessageException
HttpStatus messages.logger| Constructor and Description |
|---|
SystemOverloadedException(com.google.api.client.http.HttpResponse response)
Instantiates a new SystemOverloadedException exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRetryAfter()
Gets the number in seconds in form of a string of the period to wait in order to try the next request.
|
int |
getRetryAfterInSeconds()
Gets the number in second of the period to wait in order to try the next request.
|
errorsToString, getErrorCode, getErrors, getMessage, toStringgetResponsepublic SystemOverloadedException(com.google.api.client.http.HttpResponse response)
response - the responsepublic java.lang.String getRetryAfter()
public int getRetryAfterInSeconds()