Executes interceptor if (and only if) the supplied invocation throws an exception that is mapped to an appropriate exception handler.
The result of the call to the Proceed method of the supplied invocation (this assumes no exception was thrown by the call to the supplied invocation.
| Exception Type | Condition |
|---|---|
| Exception | If any of the interceptors in the chain or the target object itself throws an exception. |
ThrowsAdviceInterceptor Class | Spring.Aop.Framework.Adapter Namespace | Invoke