Hi,
i created a @Before Advice that throws an exception and tried to catch it in another @AfterThrowing, but it does not work.
if the exception is not thrown in the advice, but directly in the method, it works.
if it is thrown in the advice, the @AfterThrowing is not executed.
Why does it behave like that?
Thanks!


Reply With Quote