Class EntryLockedUnderTransactionConflict

java.lang.Object
com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
com.gigaspaces.cluster.replication.gateway.conflict.EntryLockedUnderTransactionConflict

public class EntryLockedUnderTransactionConflict extends ConflictCause
A ConflictCause implementation for an entry locked under transaction conflict.

Occurs when there's an attempt to update an entry which is locked under transaction.

Since:
8.0.3
Author:
idan
  • Constructor Details

    • EntryLockedUnderTransactionConflict

      public EntryLockedUnderTransactionConflict()
  • Method Details