Class NonRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- software.amazon.awssdk.testutils.retry.NonRetryableException
-
- All Implemented Interfaces:
Serializable
public class NonRetryableException extends Exception
Normally all exceptions are retried byRetryableAction. This is a special exception to communicate the intent that a certain exception should not be retried.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonRetryableException(Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-