Exception | Description |
---|---|
AlluxioRuntimeException |
Alluxio RuntimeException.
|
AlreadyExistsRuntimeException |
Exception indicating that an attempt to create an entity failed because one already exists.
|
BlockDoesNotExistRuntimeException |
The exception thrown when a block does not exist in Alluxio.
|
CancelledRuntimeException |
Exception indicating that the service is cancelled or interrupted (typically by the caller).
|
DeadlineExceededRuntimeException |
Exception indicating that an operation expired before completion.
|
FailedPreconditionRuntimeException |
Exception indicating that operation was rejected because the system is not in a state required
for the operation's execution.
|
InternalRuntimeException |
Exception representing an internal error.
|
InvalidArgumentRuntimeException |
Exception indicating that a client specified an invalid argument.
|
NotFoundRuntimeException |
Exception indicating that some requested entity (e.g., file or directory) was not found.
|
OutOfRangeRuntimeException |
Exception indicating that and operation was attempted past the valid range.
|
PermissionDeniedRuntimeException |
Exception indicating that the caller does not have permission to execute the specified operation.
|
ResourceExhaustedRuntimeException |
Exception indicating that some resource has been exhausted, perhaps a per-user quota, or perhaps
the task queue.
|
UnauthenticatedRuntimeException |
Exception indicating that the request does not have valid authentication credentials for the
operation.
|
UnavailableRuntimeException |
Exception indicating that the service is currently unavailable.
|
UnimplementedRuntimeException |
Exception indicating that an operation is not implemented or not supported/enabled in this
service.
|
UnknownRuntimeException |
Exception representing an unknown error.
|
Copyright © 2023. All Rights Reserved.