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