Class GridCacheIndexUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.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 Summary
Constructors Constructor Description GridCacheIndexUpdateException(String msg, @Nullable Throwable cause)GridCacheIndexUpdateException(Throwable cause)
-
Method Summary
-
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
-
GridCacheIndexUpdateException
public GridCacheIndexUpdateException(Throwable cause)
- Parameters:
cause- Exception cause.
-
-