Class TableAlreadyExistsException

All Implemented Interfaces:
Serializable, TraceableException

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

    • TableAlreadyExistsException

      public TableAlreadyExistsException(QualifiedName tableName)
      Creates an exception with the given table name.
      Parameters:
      tableName - Table name.
    • TableAlreadyExistsException

      public TableAlreadyExistsException(UUID traceId, int code, String message, Throwable cause)
      Creates an exception with the given trace IDS, 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).