package

com.atlassian.jira.web.exception

Classes

WebExceptionChecker There are a series of Exceptions that we deem to be acceptable to be ignored when sending web data back to clients

For example if the browser has reset the connection, then we dont really care about sending back a 500 or logging the exception since the former will never be heard and the latter will just fill up the logs. 

Exceptions

InvalidDirectJspCallException Thrown when a Jsp is not invoked through a backing webwork.action.Action