Table of Contents

Class TableAlreadyExistsException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

This exception is thrown when a table creation has failed because a table 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 TableAlreadyExistsException : IgniteException, ISerializable
Inheritance
TableAlreadyExistsException
Implements
Inherited Members

Constructors

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

Initializes a new instance of the TableAlreadyExistsException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.