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