Class IgniteAtomicConsistencyViolationException

  • All Implemented Interfaces:
    Serializable

    public class IgniteAtomicConsistencyViolationException
    extends IgniteConsistencyViolationException
    Atomic consistency violation exception. Has additional fields like 'primary map' and 'on entry repaired callback', because it's impossible to perform repair on locked data (atomics can not be locked), so additional data should be provided to external CAS operation.
    See Also:
    Serialized Form