Class RemoteFunctionCommitFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
- All Implemented Interfaces:
Serializable
Thrown when the commit during the invocation of a remote function fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionCommitFailedException
(String message, Throwable cause) Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteFunctionCommitFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Default constructor without messages. -
RemoteFunctionCommitFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The exception message.
-
RemoteFunctionCommitFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
cause
- The exception cause.
-
RemoteFunctionCommitFailedException
@Deprecated public RemoteFunctionCommitFailedException(@Nullable String message, @Nullable Throwable cause) Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The exception message.cause
- The exception cause.
-
RemoteFunctionCommitFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The remote function message.
-
RemoteFunctionCommitFailedException
@Deprecated public RemoteFunctionCommitFailedException(@Nonnull Iterable<RemoteFunctionMessage> messages) Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
messages
- The remote function messages.
-