All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Serve.servlet.ServletException

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

public class ServletException
extends Exception
An exception for Servlets.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

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

Constructors

 o ServletException
 public ServletException()
Constructs a ServletException with no detail message. A detail message is a String that describes this particular exception.

 o ServletException
 public ServletException(String s)
Constructs a ServletException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs