public class RetryableError extends Error
Error
's are not retried by RetryableAction
. This is a special error that
communicates retry intent to RetryableAction
.Constructor and Description |
---|
RetryableError(Error cause) |
Modifier and Type | Method and Description |
---|---|
Error |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.