|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.retry.RetryUtils
public class RetryUtils
Constructor Summary | |
---|---|
RetryUtils()
|
Method Summary | |
---|---|
static boolean |
isClockSkewError(AmazonServiceException ase)
Returns true if the specified exception is a clock skew error. |
static boolean |
isRequestEntityTooLargeException(AmazonServiceException ase)
Returns true if the specified exception is a request entity too large error. |
static boolean |
isThrottlingException(AmazonServiceException ase)
Returns true if the specified exception is a throttling error. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetryUtils()
Method Detail |
---|
public static boolean isThrottlingException(AmazonServiceException ase)
ase
- The exception to test.
public static boolean isRequestEntityTooLargeException(AmazonServiceException ase)
ase
- The exception to test.
public static boolean isClockSkewError(AmazonServiceException ase)
ase
- The exception to test.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |