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 to indicate a servlet problem.


Constructor Index

 o ServletException()
Constructs a new ServletException.
 o ServletException(String)
Constructs a new ServletException with the specified descriptive message.

Constructors

 o ServletException
public ServletException(String msg)
Constructs a new ServletException with the specified descriptive message.

Parameters:
msg - the string describing the exception
 o ServletException
public ServletException()
Constructs a new ServletException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature