public class PauseException extends AmazonClientException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private PauseStatus |
status
The reason why the pause operation failed.
|
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.
|
private static final long serialVersionUID
private final PauseStatus status
public PauseException(PauseStatus status)
public PauseStatus getPauseStatus()
public boolean isRetryable()
isRetryable
in class AmazonClientException