I'm getting:
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.fileOperation(Unknown Source)
Just to remove a remote possibility that I'm not misinterpreting an error in my code; my understanding is that in a ThrowsAdvice's afterThrowing method, one can only change the exception to a RunTimeException class or subclass. Correct?


Reply With Quote