Class RemoteFunctionRollbackFailedException

All Implemented Interfaces:
Serializable

public class RemoteFunctionRollbackFailedException extends RemoteFunctionException
Thrown when the rollback during the invocation of a remote function fails.
See Also:
  • Constructor Details

    • RemoteFunctionRollbackFailedException

      @Deprecated public RemoteFunctionRollbackFailedException()
      Deprecated.
      Default constructor without messages.
    • RemoteFunctionRollbackFailedException

      @Deprecated public RemoteFunctionRollbackFailedException(@Nullable String message)
      Deprecated.
      This module will be discontinued, along with its classes and methods.
      Constructor.
      Parameters:
      message - The exception message.
    • RemoteFunctionRollbackFailedException

      @Deprecated public RemoteFunctionRollbackFailedException(@Nullable Throwable cause)
      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 public RemoteFunctionRollbackFailedException(@Nonnull RemoteFunctionMessage message)
      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.