Class TableAlreadyExistsException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.TableAlreadyExistsException
All Implemented Interfaces:
Serializable

@Evolving public class TableAlreadyExistsException extends KernelException
Thrown when trying to create a Delta table at a location where a Delta table already exists.
Since:
3.2.0
See Also:
  • Constructor Details

    • TableAlreadyExistsException

      public TableAlreadyExistsException(String tablePath, String context)
    • TableAlreadyExistsException

      public TableAlreadyExistsException(String tablePath)
  • Method Details