retry4j icon indicating copy to clipboard operation
retry4j copied to clipboard

update exception handling to retry on wrapped/cause exceptions

Open elennick opened this issue 7 years ago • 1 comments

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.

elennick avatar Feb 11 '18 21:02 elennick

@raghavan20 ^^

elennick avatar Aug 12 '18 18:08 elennick