Class IgniteConsistencyViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.distributed.near.consistency.IgniteConsistencyViolationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IgniteAtomicConsistencyViolationException,IgniteTransactionalConsistencyViolationException
public abstract class IgniteConsistencyViolationException extends IgniteCheckedException
Consistency violation exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteConsistencyViolationException()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Set<KeyCacheObject>keys()Inconsistent entries keys.-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
keys
public abstract Set<KeyCacheObject> keys()
Inconsistent entries keys.
-
-