Rohit Agarwal created ZEPPELIN-263: -------------------------------------- Summary: JsonResponse cannot build response from Exception object Key: ZEPPELIN-263 URL: https://issues.apache.org/jira/browse/ZEPPELIN-263 Project: Zeppelin Issue Type: Bug Reporter: Rohit Agarwal
If we pass an {{Exception}} object as the third parameter to the following constructor, it results in internal server error. {code} public JsonResponse(javax.ws.rs.core.Response.Status status, String message, T body) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)