actionLabel,
"Required Authorization module not available",
new String[0]);
}
try {
authModule.reloadPolicies(context);
} catch (AuthzOperationalException aoe) {
throw new Forbidden403Exception(request,
actionLabel,
"authorization failed",
new String[0]);