Class GridCacheFilterFailedException

  • All Implemented Interfaces:
    Serializable

    public class GridCacheFilterFailedException
    extends Exception
    Thrown when an operation is performed on removed entry.
    See Also:
    Serialized Form
    • Constructor Detail

      • GridCacheFilterFailedException

        public GridCacheFilterFailedException()
        Empty constructor.
      • GridCacheFilterFailedException

        public GridCacheFilterFailedException​(CacheObject val)
        Parameters:
        val - Value for which filter failed.