AlreadyExistsException |
Exception raised when attempting to create a table that already exists.
|
BadRequestException |
Exception thrown on HTTP 400 - Bad Request
|
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.
|
CommitStateUnknownException |
Exception for a failure to confirm either affirmatively or negatively that a commit was applied.
|
DuplicateWAPCommitException |
This exception occurs when the WAP workflow detects a duplicate wap commit.
|
ForbiddenException |
Exception thrown on HTTP 403 Forbidden - Failed authorization checks.
|
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.
|
NoSuchViewException |
Exception raised when attempting to load a view that does not exist.
|
NotAuthorizedException |
Exception thrown on HTTP 401 Unauthorized.
|
NotFoundException |
Exception raised when attempting to read a file that does not exist.
|
RESTException |
Base class for REST client exceptions
|
RuntimeIOException |
Deprecated.
|
ServiceFailureException |
Exception thrown on HTTP 5XX Server Error.
|
ServiceUnavailableException |
Exception thrown on HTTP 503: service is unavailable
|
UnprocessableEntityException |
REST exception thrown when a request is well-formed but cannot be applied.
|
ValidationException |
Exception which is raised when the arguments are valid in isolation, but not in conjunction with
other arguments or state, as opposed to IllegalArgumentException which is raised when an
argument value is always invalid.
|