Exception | Description |
---|---|
AlreadyExistsException |
Exception raised when attempting to create a table that already exists.
|
CherrypickAncestorCommitException |
This exception occurs when one cherrypicks an ancestor or when the picked snapshot is already linked to
a published ancestor.
|
CommitFailedException |
Exception raised when a commit fails because of out of date metadata.
|
DuplicateWAPCommitException |
This exception occurs when the WAP workflow detects a duplicate wap commit.
|
NamespaceNotEmptyException |
Exception raised when attempting to drop a namespace that is not empty.
|
NoSuchIcebergTableException |
NoSuchTableException thrown when a table is found but it is not an Iceberg table.
|
NoSuchNamespaceException |
Exception raised when attempting to load a namespace that does not exist.
|
NoSuchTableException |
Exception raised when attempting to load a table that does not exist.
|
NotFoundException |
Exception raised when attempting to read a file that does not exist.
|
RuntimeIOException | Deprecated
Use java.io.UncheckedIOException directly instead.
|
ValidationException |
Exception raised when validation checks fail.
|