Package com.amazonaws

Class AbortedException

All Implemented Interfaces:
Serializable

public class AbortedException extends AmazonClientException
SDK operation aborted exception.
See Also:
  • Constructor Details

    • AbortedException

      public AbortedException(String message, Throwable t)
    • AbortedException

      public AbortedException(Throwable t)
    • AbortedException

      public AbortedException(String message)
    • AbortedException

      public AbortedException()
  • Method Details

    • 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. This method is internal to the SDK. Users should not depend on this method to decide if an exception from an AWS service should be retried. An aborted exception is not intended to be retried.
      Overrides:
      isRetryable in class AmazonClientException