com.ibm.dse.cs.servlet
Class ServletException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.cs.servlet.ServletException

public class ServletException
extends java.lang.Exception

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

See Also:
Serialized Form

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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