public class AlluxioTosException extends AlluxioRuntimeException
| Modifier and Type | Method and Description |
|---|---|
static AlluxioTosException |
from(java.lang.String errorMessage,
com.volcengine.tos.TosException cause)
Converts a TosClientException with errormessage to a corresponding AlluxioTosException.
|
static AlluxioTosException |
from(com.volcengine.tos.TosException cause)
Converts a TosClientException to a corresponding AlluxioTosException.
|
from, from, from, from, getMessage, getStatus, isRetryable, toGrpcStatusException, toGrpcStatusRuntimeExceptionpublic static AlluxioTosException from(com.volcengine.tos.TosException cause)
cause - tos exceptionpublic static AlluxioTosException from(java.lang.String errorMessage, com.volcengine.tos.TosException cause)
errorMessage - error messagecause - tos exceptionCopyright © 2024. All Rights Reserved.