retry4j
retry4j copied to clipboard
update exception handling to retry on wrapped/cause exceptions
Some frameworks/tools like to wrap the cause in their own custom exception when they bubble up an exception. Would be good if the call executor was able to detect that and retry on exceptions that are the a cause and not only the top level.
@raghavan20 ^^