Class ColumnAlreadyExistsException

All Implemented Interfaces:
Serializable, TraceableException

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

    • ColumnAlreadyExistsException

      public ColumnAlreadyExistsException(String name)
      Creates a new exception with a given column name.
      Parameters:
      name - Column name.
    • ColumnAlreadyExistsException

      public ColumnAlreadyExistsException(UUID traceId, int code, String message, Throwable cause)
      Creates a new 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).