Class IgniteTransactionalConsistencyViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.distributed.near.consistency.IgniteConsistencyViolationException
-
- org.apache.ignite.internal.processors.cache.distributed.near.consistency.IgniteTransactionalConsistencyViolationException
-
- All Implemented Interfaces:
Serializable
public class IgniteTransactionalConsistencyViolationException extends IgniteConsistencyViolationException
Consistency violation exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteTransactionalConsistencyViolationException(Set<KeyCacheObject> keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
IgniteTransactionalConsistencyViolationException
public IgniteTransactionalConsistencyViolationException(Set<KeyCacheObject> keys)
- Parameters:
keys- Keys.
-
-
Method Detail
-
keys
public Set<KeyCacheObject> keys()
Inconsistent entries keys.- Specified by:
keysin classIgniteConsistencyViolationException
-
-