public class RetryUtils extends Object
| 构造器和说明 |
|---|
RetryUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isClockSkewError(SCSServiceException ase)
Returns true if the specified exception is a clock skew error.
|
static boolean |
isRequestEntityTooLargeException(SCSServiceException ase)
Returns true if the specified exception is a request entity too large
error.
|
static boolean |
isThrottlingException(SCSServiceException ase)
Returns true if the specified exception is a throttling error.
|
public static boolean isThrottlingException(SCSServiceException ase)
ase - The exception to test.public static boolean isRequestEntityTooLargeException(SCSServiceException ase)
ase - The exception to test.public static boolean isClockSkewError(SCSServiceException ase)
ase - The exception to test.Copyright © 2016. All rights reserved.