Table of Contents

Class IndexAlreadyExistsException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

This exception is thrown when a new index creation has failed because an index with the specified name already existed. @deprecated No longer used. Use {@link org.apache.ignite.sql.SqlException} with {@link ErrorGroups.Sql#STMT_VALIDATION_ERR} error code.

[Serializable]
public sealed class IndexAlreadyExistsException : IgniteException, ISerializable
Inheritance
IndexAlreadyExistsException
Implements
Inherited Members

Constructors

IndexAlreadyExistsException(Guid, int, string?, Exception?)

Initializes a new instance of the IndexAlreadyExistsException class.

public IndexAlreadyExistsException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.