Class RequestTooLargeException
- 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.RequestTooLargeException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestTooLargeException extends ServiceResponseException
413 Request Entity Too Large (HTTP/1.1 - RFC 2616).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestTooLargeException(okhttp3.Response response)Instantiates a new Request Too Large Exception.
-
Method Summary
-
Methods inherited from class com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
getDebuggingInfo, getHeaders, getMessage, getStatusCode
-
-