143144145146147148149150151
return response; } catch (Exception e) { try { return new HTTPExceptionResponse(e); } catch (IOException ex) { throw new HTTPException(HttpURLConnection.HTTP_INTERNAL_ERROR, "Internal Error", ex.getMessage()); } } }
57585960616263646566
} catch (Exception e) { Logger.error(e); try { return new HTTPExceptionResponse(e); } catch (IOException ex) { throw new HTTPException(HttpURLConnection.HTTP_INTERNAL_ERROR, "Internal Error", ex.getMessage()); } } }