Class GridNearReadRepairAbstractFuture.IgniteConsistencyCheckFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.distributed.near.consistency.GridNearReadRepairAbstractFuture.IgniteConsistencyCheckFailedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GridNearReadRepairAbstractFuture
protected static final class GridNearReadRepairAbstractFuture.IgniteConsistencyCheckFailedException extends IgniteCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteConsistencyCheckFailedException(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
-
IgniteConsistencyCheckFailedException
public IgniteConsistencyCheckFailedException(Set<KeyCacheObject> keys)
- Parameters:
keys- Keys.
-
-
Method Detail
-
keys
public Set<KeyCacheObject> keys()
Inconsistent entries keys.
-
-