Class CannotCommitDistributedException

All Implemented Interfaces:
Serializable

public class CannotCommitDistributedException extends CannotCommitException
Exception thrown when a transaction cannot commit on multiple partitions because it has already aborted or must now be aborted.
Since:
12.1
Author:
Yael Nahon
See Also:
  • Constructor Details

    • CannotCommitDistributedException

      public CannotCommitDistributedException(String desc, Map<Integer,Exception> participantsExceptions)
      Constructs an instance with a detail message.
      Parameters:
      desc - the detail message
    • CannotCommitDistributedException

      public CannotCommitDistributedException()
      Constructs an instance with no detail message.
  • Method Details