Class GridCacheFilterFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.processors.cache.GridCacheFilterFailedException
-
- All Implemented Interfaces:
Serializable
public class GridCacheFilterFailedException extends Exception
Thrown when an operation is performed on removed entry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCacheFilterFailedException()Empty constructor.GridCacheFilterFailedException(CacheObject val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()CacheObjectvalue()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GridCacheFilterFailedException
public GridCacheFilterFailedException()
Empty constructor.
-
GridCacheFilterFailedException
public GridCacheFilterFailedException(CacheObject val)
- Parameters:
val- Value for which filter failed.
-
-
Method Detail
-
value
public CacheObject value()
- Returns:
- Value for failed filter.
-
-