| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.exception | |
| com.sap.cloud.sdk.datamodel.odata.client.request |
| Class and Description |
|---|
| ODataException
The generic OData exception.
Its sub-types will be thrown in the following scenarios: ODataSerializationExceptionIf entity cannot be serialized for HTTP request. ODataConnectionExceptionWhen the HTTP connection cannot be established. ODataRequestExceptionWhen the OData request could not be sent due to a generic reason. ODataResponseExceptionWhen the OData response could not be correctly received due to a generic reason. ODataDeserializationExceptionWhen deserialization process failed for the OData response object. Or when the received OData service response contained a non-parsable error message. ODataServiceExceptionIf the response code infers an unhealthy state, i.e. |
| ODataRequestException
Generic OData request exception indicating errors while trying to request a service resource.
|
| ODataResponseException
Generic OData response exception indicating errors originating from the service response.
|
| ODataServiceError
OData error to serve the standard specification.
|
| ODataServiceErrorRoot
OData base error to serve the standard specification.
|
| ODataServiceException
Base OData exception class to be used for errors originating from service responses.
|
| Class and Description |
|---|
| ODataBatchResponseException
OData batch response exception indicating errors when parsing the service response.
|
Copyright © 2020 SAP SE. All rights reserved.