Class IndexNotFoundException

All Implemented Interfaces:
Serializable, TraceableException

@Deprecated public class IndexNotFoundException extends IgniteException
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
Exception is thrown when the specified index is not found.
See Also:
  • Constructor Details

    • IndexNotFoundException

      public IndexNotFoundException(QualifiedName indexName)
      Deprecated.
      Creates an exception with the given index name.
      Parameters:
      indexName - Index name.
    • IndexNotFoundException

      public IndexNotFoundException(UUID traceId, String message, Throwable cause)
      Deprecated.
      Creates an exception with the given trace ID, error code, detailed message, and cause.
      Parameters:
      traceId - Unique identifier of this exception.
      message - Detail message.
      cause - Optional nested exception (can be null).
    • IndexNotFoundException

      public IndexNotFoundException(UUID traceId, int code, String message, Throwable cause)
      Deprecated.
      Creates a new exception with the given trace ID, error code, detailed message, and cause.
      Parameters:
      traceId - Unique identifier of this exception.
      code - Full error code.
      message - Detail message.
      cause - Optional nested exception (can be null).