| Name | Package | Description |
| ChannelException | org.apache.catalina.tribes | Channel Exception
A channel exception is thrown when an internal error happens
somewhere in the channel. |
| ClientAbortException | org.apache.catalina.connector | Wrap an IOException identifying it as being caused by an abort
of a request by a remote client. |
| Error | org.apache.tomcat.jni | Error |
| FileUploadBase.InvalidContentTypeException | org.apache.tomcat.util.http.fileupload | Thrown to indicate that the request is not a multipart request. |
| FileUploadBase.SizeLimitExceededException | org.apache.tomcat.util.http.fileupload | Thrown to indicate that the request size exceeds the configured maximum. |
| FileUploadBase.UnknownSizeException | org.apache.tomcat.util.http.fileupload | Thrown to indicate that the request size is not specified. |
| FileUploadException | org.apache.tomcat.util.http.fileupload | Exception for errors encountered while processing the request. |
| ImmutableNameNotFoundException | org.apache.naming.resources | Immutable exception to avoid useless object creation by the proxy context. |
| JasperException | org.apache.jasper | Base class for all exceptions generated by the JSP engine. |
| JspELException | org.apache.jasper.el | No description provided. |
| JspMethodNotFoundException | org.apache.jasper.el | No description provided. |
| JspPropertyNotFoundException | org.apache.jasper.el | No description provided. |
| JspPropertyNotWritableException | org.apache.jasper.el | No description provided. |
| LifecycleException | org.apache.catalina | General purpose exception that is thrown to indicate a lifecycle related
problem. |
| LogConfigurationException | org.apache.juli.logging | An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods. |
| MultipartStream.IllegalBoundaryException | org.apache.tomcat.util.http.fileupload | Thrown upon attempt of setting an invalid boundary token. |
| MultipartStream.MalformedStreamException | org.apache.tomcat.util.http.fileupload | Thrown to indicate that the input stream fails to follow the
required syntax. |
| ParseException | org.apache.el.parser | This exception is thrown when parse errors are encountered. |
| RemoteProcessException | org.apache.catalina.tribes | Title: RemoteProcessException |
| SSIStopProcessingException | org.apache.catalina.ssi | Exception used to tell SSIProcessor that it should stop processing SSI
commands. |