...
While following this guideline, make sure that security exceptions such as java.security.AccessControlException
and java.lang.SecurityException
are not swallowed or masked in the process. This can lead to far more pernicious effects such as missed security event log entries (see EXC08EXC03-J. Use a logging API to log critical security exceptions). The MyExceptionReporter
class prescribes a logging method to deal with this condition.
...