Package | Description |
---|---|
alluxio.exception | |
alluxio.exception.status | |
alluxio.underfs.hdfs | |
alluxio.underfs.s3a |
Modifier and Type | Class and Description |
---|---|
class |
BlockDoesNotExistRuntimeException
The exception thrown when a block does not exist in Alluxio.
|
Modifier and Type | Method and Description |
---|---|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(AlluxioRuntimeException t)
Converts an arbitrary AlluxioRuntimeException to an Alluxio runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(AlluxioStatusException t)
Converts an arbitrary AlluxioStatusException to an Alluxio runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(IOException ioe)
Converts an IOException to a corresponding runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(RuntimeException t)
Converts an arbitrary RuntimeException to an Alluxio runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(Throwable t)
Converts an arbitrary throwable to an Alluxio runtime exception.
|
Modifier and Type | Method and Description |
---|---|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(AlluxioRuntimeException t)
Converts an arbitrary AlluxioRuntimeException to an Alluxio runtime exception.
|
Modifier and Type | Class and Description |
---|---|
class |
FailedPreconditionRuntimeException
Exception indicating that operation was rejected because the system is not in a state required
for the operation's execution.
|
class |
InvalidArgumentRuntimeException
Exception indicating that a client specified an invalid argument.
|
class |
NotFoundRuntimeException
Exception indicating that some requested entity (e.g., file or directory) was not found.
|
class |
ResourceExhaustedRuntimeException
Exception indicating that some resource has been exhausted, perhaps a per-user quota, or perhaps
the task queue.
|
class |
UnauthenticatedRuntimeException
Exception indicating that the request does not have valid authentication credentials for the
operation.
|
class |
UnavailableRuntimeException
Exception indicating that the service is currently unavailable.
|
class |
UnknownRuntimeException
Exception representing an unknown error.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioHdfsException
Alluxio exception for HDFS.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioS3Exception
Alluxio exception for s3.
|
Copyright © 2023. All Rights Reserved.