public class AbortedException extends CosClientException
| 构造器和说明 |
|---|
AbortedException() |
AbortedException(String message) |
AbortedException(String message,
Throwable t) |
AbortedException(Throwable t) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.
|
getErrorCode, setErrorCodepublic AbortedException(Throwable t)
public AbortedException(String message)
public AbortedException()
public boolean isRetryable()
isRetryable 在类中 CosClientExceptionCopyright © 2022. All rights reserved.