| 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.
|
| 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 |
Exception used to wrap
IOException as a RuntimeException and add context. |
| ValidationException |
Exception raised when validation checks fail.
|