Class TooManyRequestsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
-
- com.ibm.cloud.sdk.core.service.exception.TooManyRequestsException
-
- All Implemented Interfaces:
java.io.Serializable
public class TooManyRequestsException extends ServiceResponseException
429 Too Many Requests (HTTP/1.1 - RFC 6585).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyRequestsException(okhttp3.Response response)
Instantiates a new Too Many Requests Exception.
-
Method Summary
-
Methods inherited from class com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
getDebuggingInfo, getHeaders, getMessage, getResponseBody, getStatusCode
-
-