Searched refs:async_exception (Results 1 – 1 of 1) sorted by relevance
432 Throwable async_exception=null; in handleRequest() local500 … async_exception = (Throwable)_request.getAttribute(RequestDispatcher.ERROR_EXCEPTION); in handleRequest()501 … _response.setStatus(500,async_exception==null?"Async Timeout":"Async Exception"); in handleRequest()528 async_exception=e; in handleRequest()537 async_exception=e; in handleRequest()551 async_exception=e; in handleRequest()577 _request._async.doComplete(async_exception); in handleRequest()