Class IndexAlreadyExistsException

All Implemented Interfaces:
Serializable, TraceableException

public class IndexAlreadyExistsException extends IgniteException
This exception is thrown when a new index creation has failed because an index with the specified name already existed.
See Also:
  • Constructor Details

    • IndexAlreadyExistsException

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

      public IndexAlreadyExistsException(UUID traceId, int code, String message, Throwable cause)
      Creates an exception with the given trace ID, error code, detailed message, and cause.
      Parameters:
      traceId - Unique identifier of the exception.
      code - Full error code.
      message - Detailed message.
      cause - Optional nested exception (can be null).