160161162163164165166167168169170
request, ACTION_LABEL, new String[0]); } catch (Throwable th) { logger.error("Unexpected error servicing API-A request", th); throw new InternalError500Exception("", th, request, ACTION_LABEL, "", new String[0]);
644645646647648649650651652653654
ACTION_LABEL, new String[0]); } catch (ServletException e) { throw e; } catch (Throwable th) { throw new InternalError500Exception("", th, request, actionLabel, "", new String[0]);