Package software.amazon.utils
Class RetryUtils
- java.lang.Object
-
- software.amazon.utils.RetryUtils
-
public class RetryUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRetryUtils.Result
-
Constructor Summary
Constructors Constructor Description RetryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RetryUtils.ResultisRetryableException(Exception ex)
-
-
-
Method Detail
-
isRetryableException
public static RetryUtils.Result isRetryableException(Exception ex)
-
-