Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
Packages that use RequestExecutionException
Package
Description
-
Uses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity that throw RequestExecutionExceptionModifier and TypeMethodDescriptionErpHttpRequestExecutor.execute(HttpDestination destination, SerializedRequest<RequestT> serializedRequest) Executes the givenserializedRequestas aHttpUriRequest, returning the body of theHttpResponsereceived.ErpHttpRequestExecutor.execute(HttpDestination destination, RequestT request, RequestSerializer<RequestT, RequestResultT> requestSerializer) Serializes the given request, executes it, and the deserializes the response.abstract RequestResultTRequest.execute(Destination destination) Executes a given request using the givenDestination.RequestExecutor.execute(Destination destination, RequestT request) Executes a request against an SAP S/4HANA system. -
Uses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity.exception
Subclasses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity.exceptionModifier and TypeClassDescriptionclassThrown when a certain service denies access to the requested resources.classAn exception that is thrown when there is an issue reported by the SAP HANA Cloud Connector.classThrown when a certain service refuses the logon attempt.classThrown when configuration for accessing a certain system is missing.