Class javax.servlet.ServletException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.servlet.ServletException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----javax.servlet.ServletException

public class ServletException
extends Exception
This exception is thrown to indicate a servlet problem.

Version:
1.6, 10/08/97

Constructor Index

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

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