Home
last modified time | relevance | path

Searched refs:handleException (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/
H A DContext.java982 handleException(e, req, resp); in service()
1014 private void handleException(Throwable e, Request req, Response resp) in handleException() method in Context
1042 handleException(se.getRootCause(), req, resp); in handleException()