Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
Package
Description
-
Uses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity
Modifier 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 RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity.exception
Modifier and TypeClassDescriptionclass
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods. -
Uses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescriptionvoid
JCoTransaction.commit
(Destination destination, RequestT request) Deprecated.void
SoapTransaction.commit
(Destination destination, RequestT request) Deprecated.void
Transaction.commit
(Destination destination, RequestT request) Deprecated.IfTransaction.execute(Destination, AbstractRemoteFunctionRequest)
succeeded, this method is called to actually commit the changes.BapiRequest.execute
(Destination destination) Deprecated.RemoteFunctionRequestExecutor.execute
(Destination destination, RequestT request) Deprecated.RfmRequest.execute
(Destination destination) Deprecated.SoapTransaction.execute
(Destination destination, RequestT request) Deprecated.Transaction.execute
(Destination destination, RequestT request) Deprecated.The actual logic to be executed.void
JCoTransaction.rollback
(Destination destination, RequestT request) Deprecated.void
SoapTransaction.rollback
(Destination destination, RequestT request) Deprecated.void
Transaction.rollback
(Destination destination, RequestT request) Deprecated.If there was a problem withTransaction.execute(Destination, AbstractRemoteFunctionRequest)
orTransaction.commit(Destination, AbstractRemoteFunctionRequest)
this method will get called to rollback any unwanted changes. -
Uses of RequestExecutionException in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Modifier and TypeClassDescriptionclass
Thrown when a parameter is invalid.class
Thrown when a parameter is invalid.class
Thrown when an ERP configuration prevents an action (e.g. workflow not enabled).class
Thrown when a mandatory parameter is missing.class
Thrown when a method is not implemented.class
The Parameter Not Found Exception.class
Thrown when the commit during the invocation of a remote function fails.class
Thrown when something goes wrong during the invocation of a remote function.class
Thrown when the rollback during the invocation of a remote function fails.class
The Wrong Customizing Exception.