public class PauseException extends AmazonClientException
| 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.
|
public PauseException(PauseStatus status)
public PauseStatus getPauseStatus()
public boolean isRetryable()
isRetryable in class AmazonClientException