Package io.delta.kernel.exceptions
Class TableAlreadyExistsException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.TableAlreadyExistsException
- All Implemented Interfaces:
Serializable
Thrown when trying to create a Delta table at a location where a Delta table already exists.
- Since:
- 3.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableAlreadyExistsException(String tablePath) TableAlreadyExistsException(String tablePath, String context) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableAlreadyExistsException
-
TableAlreadyExistsException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-