| Name | Package | Description |
| ELException | javax.servlet.jsp.el | Represents any of the exception conditions that arise during the
operation evaluation of the evaluator. |
| ELParseException | javax.servlet.jsp.el | Represents a parsing error encountered while parsing an EL expression. |
| JspException | javax.servlet.jsp | A generic exception known to the JSP engine; uncaught
JspExceptions will result in an invocation of the errorpage
machinery. |
| JspTagException | javax.servlet.jsp | Exception to be used by a Tag Handler to indicate some unrecoverable
error. |
| ServletException | javax.servlet | Defines a general exception a servlet can throw when it
encounters difficulty. |
| SkipPageException | javax.servlet.jsp | Exception to indicate the calling page must cease evaluation. |
| UnavailableException | javax.servlet | Defines an exception that a servlet or filter throws to indicate
that it is permanently or temporarily unavailable. |