Open
Description
Retry currently introspect Exception stacktrace to decide if it can be recovered or nor.
This is very expensive and probably error prone.
We could decide that:
- user Exceptions, like those thrown by Handler methods or when reading a File that's to be uploaded can NOT be recovered => wrap them in
UnrecoverableException
- other Exception can be recovered
@jfarcand WDYT?