Hi,
In a nutshell i am trying to avoid logging the caught exceptions at pointcut.
I am using @AfterThrowing to log the exceptions happening in the system and from my understanding regardless of the exceptions is caught or not the aspect executes and do its' work(in this case loging). what i dont want to do is not to log any exceptions which is caught in the applciation. is there anyway i can do that? or my understanding is wrong?
any help to make me understand better is appreciated.
ta
venkatesh


Reply With Quote