Class IndexNotFoundException
Exception is thrown when the specified index is not found. @deprecated No longer used. Use {@link org.apache.ignite.sql.SqlException} with {@link ErrorGroups.Sql#STMT_VALIDATION_ERR} error code.
[Serializable]
public sealed class IndexNotFoundException : IgniteException, ISerializable
- Inheritance
-
IndexNotFoundException
- Implements
- Inherited Members
Constructors
IndexNotFoundException(Guid, int, string?, Exception?)
Initializes a new instance of the IndexNotFoundException class.
public IndexNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)