com.amazonaws.services.s3.transfer.exception
Class PauseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.AmazonClientException
                  extended by com.amazonaws.services.s3.transfer.exception.PauseException
All Implemented Interfaces:
java.io.Serializable

Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.

public class PauseException
extends AmazonClientException

Failed to complete a pause operation.

See Also:
Serialized Form

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

PauseException

public PauseException(PauseStatus status)
Deprecated. 
Method Detail

getPauseStatus

public PauseStatus getPauseStatus()
Deprecated. 
Returns more information on why the pause failed.


isRetryable

public boolean isRetryable()
Deprecated. 
Returns a hint as to whether it makes sense to retry upon this exception. Default is true, but subclass may override. An paused exception is not intended to be retried.

Overrides:
isRetryable in class AmazonClientException


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.