Class SchemaIndexOperationCancellationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.query.schema.SchemaIndexOperationCancellationException
-
- All Implemented Interfaces:
Serializable
public class SchemaIndexOperationCancellationException extends IgniteCheckedException
Exception occurred when canceling index rebuild viaIndexRebuildCancelToken.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaIndexOperationCancellationException(String msg)Constructor.
-
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
-
SchemaIndexOperationCancellationException
public SchemaIndexOperationCancellationException(String msg)
Constructor.- Parameters:
msg- Error message.
-
-