}catch(Throwable e) {
if(e.getClass().getCanonicalName().equals("org.eclipse.jetty.continuation.ContinuationThrowable")) {
throw (Error)e;
}
e.printStackTrace();
if(null!=orm) orm.rollback();
try {
present.present(response.getWriter(), e);
} catch (Throwable e1) {
response.sendError(500, e.getMessage());