Skip to content

Commit

Permalink
Update HttpClientUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Mar 6, 2024
1 parent 925a031 commit 0b4da5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ public static JsonNode simplePost(String uri, StringEntity requestBody, HttpClie
+ " - At line number: "
+ stackTraceElements[0].getLineNumber();
logger.error(logMessage);
} catch (Exception ex) {
logger.error(ex);
} catch (Exception e) {
logger.error(e);
}
throw new ApplicationException("Inner problem, please contact system admin and check the server log");
}
Expand Down

0 comments on commit 0b4da5f

Please sign in to comment.