com.amazonaws
Class AbortedException

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.AbortedException
All Implemented Interfaces:
java.io.Serializable

public class AbortedException
extends AmazonClientException

SDK operation aborted exception.

See Also:
Serialized Form

Constructor Summary
AbortedException()
           
AbortedException(java.lang.String message)
           
AbortedException(java.lang.String message, java.lang.Throwable t)
           
AbortedException(java.lang.Throwable t)
           
 
Method Summary
 boolean isRetryable()
          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

AbortedException

public AbortedException(java.lang.String message,
                        java.lang.Throwable t)

AbortedException

public AbortedException(java.lang.Throwable t)

AbortedException

public AbortedException(java.lang.String message)

AbortedException

public AbortedException()
Method Detail

isRetryable

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

Overrides:
isRetryable in class AmazonClientException


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