/* */ {
/* */ try
/* */ {
/* 56 */ ClassLoader loader = SecurityActions.getContextClassloader();
/* 57 */ URL states = SecurityActions.getResource(loader, "org/jboss/security/jacc/jacc-policy-config-states.xml");
/* 58 */ StateMachineParser smp = new StateMachineParser();
/* 59 */ this.configStateMachine = smp.parse(states);
/* */ }
/* */ catch (Exception e)
/* */ {
/* 63 */ IllegalStateException ex = new IllegalStateException("Failed to parse jacc-policy-config-states.xml", e);
/* 64 */ ex.initCause(e);