Class ConsistencyLevelViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.cluster.replication.ConsistencyLevelViolationException
All Implemented Interfaces:
Serializable

public class ConsistencyLevelViolationException extends RuntimeException
Thrown when an operation is rejected since the ConsistencyLevel for that operation cannot be maintained.
Since:
9.5.1
Author:
eitany
See Also:
  • Constructor Details

    • ConsistencyLevelViolationException

      public ConsistencyLevelViolationException(String message)
    • ConsistencyLevelViolationException

      public ConsistencyLevelViolationException(String message, Throwable cause)