110111112113114115116117118119120
} catch (PrivilegedActionException e) { throw new RuntimeException(e); } ac.audit(ae); //Provide default JBoss trace logging if(ac != defaultContext) { defaultContext.audit(ae); }
111112113114115116117118
} catch (PrivilegedActionException e) { throw new RuntimeException(e); } ac.audit(ae); } }
110111112113114115116117
111112113114115116117118119120121
919293949596979899100101
/* */ } /* */ catch (PrivilegedActionException e) /* */ { /* 113 */ throw new RuntimeException(e); /* */ } /* 115 */ ac.audit(ae); /* */ /* 117 */ if (ac != defaultContext) /* */ { /* 119 */ defaultContext.audit(ae); /* */ }