Exception | Description |
---|---|
AlreadyExistsException |
Exception raised when attempting to create a table that already exists.
|
CommitFailedException |
Exception raised when a commit fails because of out of date metadata.
|
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.
|