IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.event
Class DSEExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.btt.event.DSEEventObject
          extended by com.ibm.btt.event.DSEExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class DSEExceptionEvent
extends DSEEventObject

The DSEExceptionEvent class is used by the Event Manager to propagate an exception to a remote workstation.

This class originated from com.ibm.dse.base.DSEExceptionEvent. It would be referred by some event model major classes and to conform to the need to consolidate all related event model classes into one package, it is relocated in com.ibm.btt.event.

Code chage summary : None.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.btt.event.DSEEventObject
name, originTID, parameters, sourceName
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DSEExceptionEvent(DSEException anException)
          This constructor creates a DSEExceptionEvent with an exception.
DSEExceptionEvent(java.lang.String aName, Notifier aSource)
          This constructor creates a DSEExceptionEvent with a name and a notifier.
DSEExceptionEvent(java.lang.String aName, Notifier aSource, Hashtable aParametersTable)
          This constructor creates a DSEExceptionEvent with a name, a notifier, and a parameters table.
 
Method Summary
 
Methods inherited from class com.ibm.btt.event.DSEEventObject
getName, getParameters, getSourceName, getTID, setName, setParameters, setSourceName, setTID, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

DSEExceptionEvent

public DSEExceptionEvent(DSEException anException)
This constructor creates a DSEExceptionEvent with an exception.

Parameters:
anException - com.ibm.btt.base.DSEException

DSEExceptionEvent

public DSEExceptionEvent(java.lang.String aName,
                         Notifier aSource)
                  throws DSEInvalidArgumentException
This constructor creates a DSEExceptionEvent with a name and a notifier.

Parameters:
aName - java.lang.String
aSource - com.ibm.btt.base.Notifier
Throws:
DSEInvalidArgumentException

DSEExceptionEvent

public DSEExceptionEvent(java.lang.String aName,
                         Notifier aSource,
                         Hashtable aParametersTable)
                  throws DSEInvalidArgumentException
This constructor creates a DSEExceptionEvent with a name, a notifier, and a parameters table.

Parameters:
aName - java.lang.String
aSource - com.ibm.btt.base.Notifier
aParametersTable - com.ibm.btt.base.Hashtable
Throws:
DSEInvalidArgumentException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009