| Class | Description |
|---|---|
| ExceptionUtil |
Class collecting common utilities helping in handling
Exceptions |
| Exception | Description |
|---|---|
| CorruptedLogFileException |
An Exception thrown when the log file corrupted.
|
| HoodieCatalogException |
Exception thrown for Hoodie Catalog errors.
|
| HoodieCompactException | |
| HoodieCorruptedDataException |
Exception thrown when any data corruption happens when reading/writing from temporary disk.
|
| HoodieDebeziumAvroPayloadException | |
| HoodieDuplicateKeyException |
Exception throws when insert a duplicate key to the table using sql insert statement.
|
| HoodieException |
Exception thrown for Hoodie failures.
|
| HoodieHeartbeatException |
Exception thrown for Hoodie hearbeat failures.
|
| HoodieIncompatibleSchemaException |
Exception for incompatible schema.
|
| HoodieIndexException |
Exception thrown for HoodieIndex related errors.
|
| HoodieIOException |
Exception thrown for table IO-related failures.
|
| HoodieKeyException |
Exception thrown for Hoodie Key Generator related errors.
|
| HoodieLockException |
Exception thrown for Hoodie failures.
|
| HoodieMetadataException |
Exception thrown for table metadata related failures.
|
| HoodieNotSupportedException |
An exception throws when meet not supported operation.
|
| HoodieRecordMissingException |
Exception throws when indexing fails to locate the hoodie record.
|
| HoodieRemoteException |
Hoodie remote exception.
|
| HoodieSerializationException |
An exception throws when meet serialization problems.
|
| HoodieValidationException |
Exception thrown for validation failures.
|
| HoodieWriteConflictException |
Exception thrown for Hoodie failures.
|
| InvalidHoodiePathException |
An exception thrown when hoodie path is invalid.
|
| InvalidTableException |
Exception thrown to indicate that a hoodie table is invalid.
|
| MetadataNotFoundException |
Thrown when expected metadata is not found.
|
| SchemaCompatibilityException |
An exception thrown when schema has compatibility problems.
|
| TableNotFoundException |
Exception thrown to indicate that a hoodie table was not found on the path provided.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.