Enum | Description |
---|---|
ExceptionMessage |
Exception messages used across Alluxio.
|
PreconditionMessage |
Precondition messages used across Alluxio.
|
Exception | Description |
---|---|
AccessControlException |
Thrown when permission checking fails.
|
AggregateException |
Represents a collection of exceptions.
|
AlluxioException |
General
AlluxioException used throughout the system. |
BackupAbortedException |
Thrown when backup is aborted.
|
BackupDelegationException |
Thrown when backup delegation fails.
|
BackupException |
Thrown when backup is fails.
|
BlockAlreadyExistsException |
The exception thrown when a block already exists in Alluxio.
|
BlockDoesNotExistException |
The exception thrown when a block does not exist in Alluxio.
|
BlockInfoException |
The exception thrown when something with the block goes wrong, i.e.
|
ConnectionFailedException |
Exception used when a network connection failure occurs.
|
DependencyDoesNotExistException |
The exception thrown when a dependency does not exist in Alluxio.
|
DirectoryNotEmptyException |
Exception for situations where an operation fails because a directory is not empty.
|
FailedToCheckpointException |
The exception thrown when Alluxio failed to create a checkpoint.
|
FileAlreadyCompletedException |
The exception thrown when a file is already completed in Alluxio.
|
FileAlreadyExistsException |
The exception thrown when a file already exists in Alluxio.
|
FileDoesNotExistException |
The exception thrown when a path does not exist in Alluxio.
|
FileIncompleteException |
The exception thrown when opening a file that hasn't completed.
|
InvalidFileSizeException |
The exception thrown when the file of a size is invalid.
|
InvalidJournalEntryException |
The exception thrown when we have seen an invalid journal entry.
|
InvalidPathException |
The exception thrown when the path in Alluxio is invalid.
|
InvalidWorkerStateException |
The exception thrown when a worker is in an invalid state, i.e.
|
JobDoesNotExistException |
The exception thrown when a job definition does not exist in Alluxio.
|
JournalClosedException |
Exception thrown to indicate that an operation failed because the journal has been closed.
|
JournalClosedException.IOJournalClosedException |
Same as
JournalClosedException , but extends IOException for situations where only
IOException is allowed. |
OpenDirectoryException |
The exception thrown when trying to call openFile on a directory.
|
PageNotFoundException |
An exception that should be thrown when a page is not found in store.
|
ServiceNotFoundException |
Exception used when the service is not provided by the server.
|
UfsBlockAccessTokenUnavailableException |
The exception thrown when it fails to grab a UFS access token for a UFS block.
|
UnexpectedAlluxioException |
The exception thrown when an unexpected error occurs within the Alluxio system.
|
WorkerOutOfSpaceException |
The exception thrown when a worker is out of space.
|
Copyright © 2023. All Rights Reserved.