Class GridCacheIndexUpdateException

  • All Implemented Interfaces:
    Serializable

    public class GridCacheIndexUpdateException
    extends IgniteCheckedException
    Exception indicating that index update failed during cache entry update. If this exception is thrown, entry is kept in it's original state (no updates performed).
    See Also:
    Serialized Form
    • Constructor Detail

      • GridCacheIndexUpdateException

        public GridCacheIndexUpdateException​(Throwable cause)
        Parameters:
        cause - Exception cause.
      • GridCacheIndexUpdateException

        public GridCacheIndexUpdateException​(String msg,
                                             @Nullable
                                             @Nullable Throwable cause)
        Parameters:
        msg - Error message.
        cause - Error cause.