Hi,
I am trying to use JMX to monitor the status of my application, in particular to track any exceptions that are thrown during my application's runtime.
However, I cannot seem to find any existing APIs that can retrieve the exceptions thrown. I went as far as getting a thread's stacktrace but there ain't any exception info captured. Anyone has any idea?
Thanks.