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

Class java.servlet.ServletException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.servlet.ServletException

public class ServletException
extends Exception

Constructor Index

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

Constructors

 o ServletException
  public ServletException(String msg)
Constructs a new ServletException with the specified detail message. A detail message is a String that gives a specific description of this error.
Parameters:
msg - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index