/* */ {
/* 258 */ int length = this.modules.size();
/* 259 */ for (int i = 0; i < length; i++)
/* */ {
/* 261 */ AuthorizationModule module = (AuthorizationModule)this.modules.get(i);
/* 262 */ boolean bool = module.abort();
/* 263 */ if (!bool)
/* 264 */ throw new AuthorizationException("abort on modules failed");
/* */ }
/* */ }
/* */