All Packages Class Hierarchy This Package Previous Next Index
Class javax.servlet.ServletException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.servlet.ServletException
- public class ServletException
- extends Exception
This exception is thrown by a servlet when a servlet related problem occurs.
- Version:
- Servlet API 2.0
-
ServletException()
- Creates a new ServletException.
-
ServletException(String)
- Creates a new ServletException with a message.
ServletException
public ServletException()
- Creates a new ServletException.
ServletException
public ServletException(String message)
- Creates a new ServletException with a message.
- Parameters:
- message - why this exception occured
All Packages Class Hierarchy This Package Previous Next Index