public class TooManyRequestsException extends ServiceResponseException
| Constructor and Description | 
|---|
| TooManyRequestsException(String message,
                        com.squareup.okhttp.Response response)Instantiates a new Too Many Requests Exception. | 
getResponse, getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyRequestsException(String message, com.squareup.okhttp.Response response)
message - the error messageresponse - the HTTP responseCopyright © 2015–2016. All rights reserved.