Searched refs:sl4aException (Results 1 – 1 of 1) sorted by relevance
79 public static JSONObject error(Object id, Sl4aException sl4aException) throws JSONException { in error() argument87 error.put("code", sl4aException.getErrorCode()); in error()88 error.put("message", sl4aException.getErrorMessage()); in error()117 public static JSONObject error(Object id, Sl4aException sl4aException, Object details) in error() argument119 JSONObject returnValue = error(id, sl4aException); in error()