Package com.ibm.cloud.sdk.core.service.exception
This package contains a collection of runtime exceptions thrown by IBM Cloud services.
-
Exception Summary Exception Description BadRequestException 400 Bad Request (HTTP/1.1 - RFC 2616).ConflictException 409 Conflict (HTTP/1.1 - RFC 2616).ForbiddenException 403 Forbidden (HTTP/1.0 - RFC 1945).InternalServerErrorException 500 Server Error (HTTP/1.0 - RFC 1945).InvalidServiceResponseException This exception class represents an invalid response body received from the server.NotAcceptableException 406 Not Acceptable (HTTP/1.0 - RFC 1945).NotFoundException 404 Not Found (HTTP/1.0 - RFC 1945).RequestTooLargeException 413 Request Entity Too Large (HTTP/1.1 - RFC 2616).ServiceResponseException Generic Service Response Exception.ServiceUnavailableException 503 Service Unavailable (HTTP/1.0 - RFC 1945).TooManyRequestsException 429 Too Many Requests (HTTP/1.1 - RFC 6585).UnauthorizedException 401 Unauthorized (HTTP/1.0 - RFC 1945).UnsupportedException 415 Unsupported Media Type (HTTP/1.1 - RFC 2616).