IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bean
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.btt.bean.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends java.lang.RuntimeException

InvocationException is a RuntimeException

See Also:
Serialized Form

Constructor Summary
InvocationException()
          This constructor creates the InvocationException object.
InvocationException(java.lang.String msg)
          This constructor creates the InvocationException object.
InvocationException(java.lang.String msg, java.lang.Throwable th)
          This constructor creates the InvocationException object.
InvocationException(java.lang.Throwable th)
          This constructor creates the InvocationException 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

InvocationException

public InvocationException()
This constructor creates the InvocationException object.


InvocationException

public InvocationException(java.lang.String msg)
This constructor creates the InvocationException object.

Parameters:
msg - String

InvocationException

public InvocationException(java.lang.String msg,
                           java.lang.Throwable th)
This constructor creates the InvocationException object.

Parameters:
msg - String
th - Throwable

InvocationException

public InvocationException(java.lang.Throwable th)
This constructor creates the InvocationException object.

Parameters:
th - Throwable

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010