|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.services.s3.transfer.exception.PauseException
public class PauseException
Failed to complete a pause operation.
Constructor Summary | |
---|---|
PauseException(PauseStatus status)
Deprecated. |
Method Summary | |
---|---|
PauseStatus |
getPauseStatus()
Deprecated. Returns more information on why the pause failed. |
boolean |
isRetryable()
Deprecated. Returns a hint as to whether it makes sense to retry upon this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PauseException(PauseStatus status)
Method Detail |
---|
public PauseStatus getPauseStatus()
public boolean isRetryable()
isRetryable
in class AmazonClientException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |