Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
Packages that use ODataException
Package
Description
- 
Uses of ODataException in com.sap.cloud.sdk.datamodel.odata.client.exception
Subclasses of ODataException in com.sap.cloud.sdk.datamodel.odata.client.exceptionModifier and TypeClassDescriptionclassOData connection exception indicating errors when trying to establish a service connection.classOData deserialization exception type to focus on deserialization errors when parsing the service response.classGeneric OData request exception indicating errors while trying to request a service resource.classA genericODataExceptionrepresenting an erroneous service response.classOData serialization exception type to focus on serialization errors when creating the service request.classAnODataExceptionrepresenting an erroneous response from the service where the payload contained detailed OData error information. - 
Uses of ODataException in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper that throw ODataExceptionModifier and TypeMethodDescriptionFluentHelperFunction.executeMultiple(Destination destination) Default implementation for the case that this function returns a collection of entries.FluentHelperRead.executeRequest(Destination destination) protected ObjectTFluentHelperFunction.executeSingle(Destination destination) Default implementation for the case that this function returns a single type.VdmMediaEntity.fetchMediaStream()Get the binary data stream (file) from this media entity.