I have 2 inflow handlers, and 2 outflow handlers something like below:
Inflow1 --> inflow2 --> Service--> outflow1--> outflow2--------------------------> Is there a way I can catch exceptions thrown in the inflow2 handler in the outflow2 handler? I would basically like to catch certain exceptions and change their type in outflow2. Thanks, Chris