throw new InternalError500Exception(request,
actionLabel,
e.getMessage(),
new String[0]);
} catch (AuthzOperationalException aoe) {
throw new Forbidden403Exception(request,
actionLabel,
"authorization failed",
new String[0]);
} catch (AuthzDeniedException ade) {
throw new Forbidden403Exception(request,
actionLabel,
"authorization denied",
new String[0]);
} catch (AuthzPermittedException ape) {
throw new Continue100Exception(request,