Class EntryAlreadyInSpaceConflict

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

public class EntryAlreadyInSpaceConflict extends ConflictCause
A ConflictCause implementation for an entry already in space conflict.

Occurs when there's an attempt to write an entry which already exists in the target space.

Since:
8.0.3
Author:
idan
  • Constructor Details

    • EntryAlreadyInSpaceConflict

      public EntryAlreadyInSpaceConflict()
  • Method Details