Class RemoteFunctionRollbackFailedException
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.RemoteFunctionRollbackFailedException
- All Implemented Interfaces:
Serializable
Thrown when the rollback during the invocation of a remote function fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.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.RemoteFunctionRollbackFailedException
(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
-
RemoteFunctionRollbackFailedException
Deprecated.Default constructor without messages. -
RemoteFunctionRollbackFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The exception message.
-
RemoteFunctionRollbackFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
cause
- The exception cause.
-
RemoteFunctionRollbackFailedException
@Deprecated public RemoteFunctionRollbackFailedException(@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.
-
RemoteFunctionRollbackFailedException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The remote function message.
-
RemoteFunctionRollbackFailedException
@Deprecated public RemoteFunctionRollbackFailedException(@Nonnull Iterable<RemoteFunctionMessage> messages) Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
messages
- The remote function messages.
-