Esempio n. 1
0
 private Response serverError(String msg) {
   LOG.warn(msg);
   return Response.serverError().build();
 }