IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class ServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.btt.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

Constructor Summary
ServletException()
          This constructor creates a ServletException object.
ServletException(java.lang.String s)
          This constructor creates a ServletException object.
 
Method Summary
 
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 WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010