IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui.exception
Class XUIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.btt.rcp.xui.exception.XUIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XUIInstanceException

public abstract class XUIException
extends java.lang.Exception

Abstract class for all XUI Exceptions

See Also:
Serialized Form

Constructor Summary
XUIException()
          XUIException Constructor
XUIException(java.lang.String message)
          XUIException Constructor
XUIException(java.lang.String message, java.lang.Throwable cause)
          XUIException Constructor
XUIException(java.lang.Throwable cause)
          XUIException Constructor
 
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

XUIException

public XUIException()
XUIException Constructor


XUIException

public XUIException(java.lang.String message)
XUIException Constructor

Parameters:
message -

XUIException

public XUIException(java.lang.Throwable cause)
XUIException Constructor

Parameters:
cause -

XUIException

public XUIException(java.lang.String message,
                    java.lang.Throwable cause)
XUIException Constructor

Parameters:
message -
cause -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011