elle
/** * Creates new instance * @param status response status */ public JsonResponse(JsonResponseStatus status) { this(status, null); }