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

Constructor Index

 o ServletException()
Creates a new ServletException.
 o ServletException(String)
Creates a new ServletException with a message.

Constructors

 o ServletException
 public ServletException()
Creates a new ServletException.

 o 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