Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
Packages that use DestinationNotFoundException
Package
Description
-
Uses of DestinationNotFoundException in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that throw DestinationNotFoundExceptionModifier and TypeMethodDescriptiondefault HttpDestination
ServiceBindingDestinationLoader.getDestination
(ServiceBindingDestinationOptions options) Tries to transform the givenoptions
into anHttpDestination
. -
Uses of DestinationNotFoundException in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity that throw DestinationNotFoundExceptionModifier and TypeMethodDescriptionErpHttpRequestExecutor.execute
(HttpDestination destination, SerializedRequest<RequestT> serializedRequest) Deprecated.Executes the givenserializedRequest
as aHttpUriRequest
, returning the body of theHttpResponse
received.ErpHttpRequestExecutor.execute
(HttpDestination destination, RequestT request, RequestSerializer<RequestT, RequestResultT> requestSerializer) Deprecated.Serializes the given request, executes it, and the deserializes the response.abstract RequestResultT
Request.execute
(Destination destination) Deprecated.Executes a given request using the givenDestination
.RequestExecutor.execute
(Destination destination, RequestT request) Deprecated.Executes a request against an SAP S/4HANA system. -
Uses of DestinationNotFoundException in com.sap.cloud.sdk.s4hana.connectivity.rfc
Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that throw DestinationNotFoundExceptionModifier and TypeMethodDescriptionBapiRequest.execute
(Destination destination) Deprecated.RfmRequest.execute
(Destination destination) Deprecated.