Package com.amazonaws

Class ResetException

All Implemented Interfaces:
Serializable

public class ResetException extends AmazonClientException
Stream reset failure.
See Also:
  • Constructor Details

    • ResetException

      public ResetException(String message, Throwable t)
    • ResetException

      public ResetException(Throwable t)
    • ResetException

      public ResetException(String message)
    • ResetException

      public ResetException()
  • 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. A stream reset exception cannot be retried.
      Overrides:
      isRetryable in class AmazonClientException
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getExtraInfo

      public String getExtraInfo()
    • setExtraInfo

      public void setExtraInfo(String extraInfo)