Class RemoteFunctionCommitFailedException

All Implemented Interfaces:
Serializable

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

    • RemoteFunctionCommitFailedException

      @Deprecated public RemoteFunctionCommitFailedException()
      Deprecated.
      This module will be discontinued, along with its classes and methods.
      Default constructor without messages.
    • RemoteFunctionCommitFailedException

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

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