-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF05, 7.1
-
Component/s: Automation
-
Tags:
Add a way to retrieve the original exception in the chain executed as a chainException.
Currently everything is wrapped as an OperationException and what is added on the context is always a string 'OperationException':
ctx.put("Exception", oe.getClass().getSimpleName());