throw new Forbidden403Exception(request,
actionLabel,
"authorization denied",
new String[0]);
} catch (AuthzPermittedException ape) {
throw new Continue100Exception(request,
actionLabel,
"authorization permitted",
new String[0]);
} catch (Throwable t) {
throw new InternalError500Exception(request,