Class CommitConflictException

All Implemented Interfaces:
Serializable

public class CommitConflictException extends TransactionException
Thrown when a commit fails due to a write conflict.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • CommitConflictException

      public CommitConflictException(String msg)
      Constructs an instance of CommitConflictException with the specified detail message.
      Parameters:
      msg - the detail message
    • CommitConflictException

      public CommitConflictException(String msg, Throwable cause)
      Constructs an instance of CommitConflictException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • CommitConflictException

      public CommitConflictException(Throwable cause)
      Constructs an instance of CommitConflictException with the specified cause.
      Parameters:
      cause - the causal Throwable
      Since:
      GemFire 6.5