Serializable
public class RetryableError extends Error
Error
's are not retried by RetryableAction
. This is a special error that
communicates retry intent to RetryableAction
.Constructor | Description |
---|---|
RetryableError(Error cause) |
Modifier and Type | Method | Description |
---|---|---|
Error |
getCause() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.