IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.cs.servlet
Class ServletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dse.cs.servlet.ServletException
All Implemented Interfaces:
java.io.Serializable

public class ServletException
extends java.lang.Exception

The ServletException class raises exceptions when there are problems connecting to the servlet.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ServletException()
          This constructor creates a ServletException object.
ServletException(java.lang.String s)
          This constructor creates a ServletException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletException

public ServletException()
This constructor creates a ServletException object.


ServletException

public ServletException(java.lang.String s)
This constructor creates a ServletException object.

Parameters:
s - java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005