public class RetryUtils extends Object
| Constructor and Description | 
|---|
| RetryUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isClockSkewError(AmazonServiceException exception)Deprecated. 
 | 
| static boolean | isClockSkewError(SdkBaseException exception)Returns true if the specified exception is a clock skew error. | 
| static boolean | isRequestEntityTooLargeException(AmazonServiceException exception)Deprecated. 
 | 
| static boolean | isRequestEntityTooLargeException(SdkBaseException exception)Returns true if the specified exception is a request entity too large error. | 
| static boolean | isRetryableServiceException(AmazonServiceException exception)Deprecated. 
 | 
| static boolean | isRetryableServiceException(SdkBaseException exception)Returns true if the specified exception is a retryable service side exception. | 
| static boolean | isThrottlingException(AmazonServiceException exception)Deprecated. 
 In favor of  isThrottlingException(SdkBaseException) | 
| static boolean | isThrottlingException(SdkBaseException exception)Returns true if the specified exception is a throttling error. | 
@Deprecated public static boolean isRetryableServiceException(AmazonServiceException exception)
isRetryableServiceException(SdkBaseException)public static boolean isRetryableServiceException(SdkBaseException exception)
exception - The exception to test.@Deprecated public static boolean isThrottlingException(AmazonServiceException exception)
isThrottlingException(SdkBaseException)public static boolean isThrottlingException(SdkBaseException exception)
exception - The exception to test.@Deprecated public static boolean isRequestEntityTooLargeException(AmazonServiceException exception)
isRequestEntityTooLargeException(SdkBaseException)public static boolean isRequestEntityTooLargeException(SdkBaseException exception)
exception - The exception to test.@Deprecated public static boolean isClockSkewError(AmazonServiceException exception)
isClockSkewError(SdkBaseException)public static boolean isClockSkewError(SdkBaseException exception)
exception - The exception to test.Copyright © 2017. All rights reserved.