Class RetryableError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- software.amazon.awssdk.testutils.retry.RetryableError
-
- All Implemented Interfaces:
Serializable
public class RetryableError extends Error
NormallyError's are not retried byRetryableAction. This is a special error that communicates retry intent toRetryableAction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryableError(Error cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorgetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-