Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Packages that use RemoteFunctionException
Package
Description
-
Uses of RemoteFunctionException in com.sap.cloud.sdk.s4hana.connectivity.rfc
Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return types with arguments of type RemoteFunctionExceptionModifier and TypeMethodDescription<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>>
io.vavr.control.Option<RemoteFunctionException>RemoteFunctionRequestErrorHandler.handleRequestResult(RequestResultT requestResult) Deprecated.Allows to inspect the request result after the request execution and react accordingly.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that throw RemoteFunctionExceptionModifier and TypeMethodDescriptionvoidJCoTransaction.after()Deprecated.voidTransaction.after()Deprecated.This method gets called *in any case* after the transactional calls are done.static voidRemoteFunctionCache.clearCache(Destination destination) Deprecated.Clears the remote function cache for a givenDestination.static voidRemoteFunctionCache.clearCache(Destination destination, String functionName) Deprecated.Clears the remote function cache for a givenDestinationand a given function name.protected JCoTransaction<BapiRequest,BapiRequestResult> BapiTransactionFactory.createJCoTransaction(String destinationName) Deprecated.protected JCoTransaction<RfmRequest,RfmRequestResult> RfmTransactionFactory.createJCoTransaction(String destinationName) Deprecated.JCoTransaction.execute(Destination destination, RequestT request) Deprecated.Constructors in com.sap.cloud.sdk.s4hana.connectivity.rfc that throw RemoteFunctionExceptionModifierConstructorDescriptionJCoTransaction(String destinationName, Supplier<RequestResultT> requestResultFactory) Deprecated.Constructs aJCoTransactionfor the givendestinationNameandrequestResultFactory. -
Uses of RemoteFunctionException in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Classes in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception with type parameters of type RemoteFunctionExceptionModifier and TypeInterfaceDescriptioninterfaceThe Remote Function Exception Factory.Modifier and TypeClassDescriptionclassThrown when a parameter is invalid.classThrown when a parameter is invalid.classThrown when an ERP configuration prevents an action (e.g.classThrown when a mandatory parameter is missing.classThrown when a method is not implemented.classThe Parameter Not Found Exception.classThrown when the commit during the invocation of a remote function fails.classThrown when the rollback during the invocation of a remote function fails.classThe Wrong Customizing Exception.