public class PauseException extends CosClientException
| Constructor and Description |
|---|
PauseException(PauseStatus status) |
| Modifier and Type | Method and Description |
|---|---|
PauseStatus |
getPauseStatus()
Returns more information on why the pause failed.
|
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.
|
getErrorCode, setErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PauseException(PauseStatus status)
public PauseStatus getPauseStatus()
public boolean isRetryable()
isRetryable in class CosClientExceptionCopyright © 2023. All rights reserved.