After heavy load of my spring boot application, I opened JFR file with JMC. As you can see JFR says there are more than 8000 exception but it don't show what are they. How can I read that exception number?
Note : From application layer there are no exception cases, maybe underlying systems throws some exception but I couldn't see what are they.
Any suggestions? Thanks.

