A Servlet Exception defines a general exception a servlet can throw when it encounters difficulty.
A servlet is a typical http request handler in java realm. A servlet-exception is thrown by the service method in case of any error condition while handling the requests.