| Exception | Description |
|---|---|
| CatalogException |
A catalog-related, runtime exception.
|
| DatabaseAlreadyExistException |
Exception for trying to create a database that already exists.
|
| DatabaseNotEmptyException |
Exception for trying to drop on a database that is not empty.
|
| DatabaseNotExistException |
Exception for trying to operate on a database that doesn't exist.
|
| FunctionAlreadyExistException |
Exception for trying to create a function that already exists.
|
| FunctionNotExistException |
Exception for trying to operate on a function that doesn't exist.
|
| PartitionAlreadyExistsException |
Exception for trying to create a partition that already exists.
|
| PartitionNotExistException |
Exception for operation on a partition that doesn't exist.
|
| PartitionSpecInvalidException |
Exception for invalid PartitionSpec compared with partition key list of a partitioned Table.
|
| ProcedureNotExistException |
Exception for trying to operate on a procedure that doesn't exist.
|
| TableAlreadyExistException |
Exception for trying to create a table (or view) that already exists.
|
| TableNotExistException |
Exception for trying to operate on a table (or view) that doesn't exist.
|
| TableNotPartitionedException |
Exception for trying to operate partition on a non-partitioned table.
|
| TablePartitionedException |
Exception for trying to operate non-partitioned on a partitioned table.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.