Class ColumnAlreadyExistsException
This exception is thrown when a column creation has failed because a column 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 ColumnAlreadyExistsException : IgniteException, ISerializable
- Inheritance
-
ColumnAlreadyExistsException
- Implements
- Inherited Members
Constructors
ColumnAlreadyExistsException(Guid, int, string?, Exception?)
Initializes a new instance of the ColumnAlreadyExistsException class.
public ColumnAlreadyExistsException(Guid traceId, int code, string? message, Exception? innerException = null)