public class AlluxioCosException extends AlluxioRuntimeException
| Modifier and Type | Method and Description |
|---|---|
static AlluxioCosException |
from(com.qcloud.cos.exception.CosClientException cause)
Converts an AmazonClientException to a corresponding AlluxioCosException.
|
static AlluxioCosException |
from(java.lang.String errorMessage,
com.qcloud.cos.exception.CosClientException cause)
Converts an CosClientException with errormessage to a corresponding AlluxioCosException.
|
from, from, from, from, from, getMessage, getStatus, isRetryable, toGrpcStatusException, toGrpcStatusRuntimeExceptionpublic static AlluxioCosException from(com.qcloud.cos.exception.CosClientException cause)
cause - cos exceptionpublic static AlluxioCosException from(java.lang.String errorMessage, com.qcloud.cos.exception.CosClientException cause)
errorMessage - error messagecause - cos exceptionCopyright © 2024. All Rights Reserved.