com.ibm.dse.base
Class DSEExceptionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.base.DSEEventObject
              |
              +--com.ibm.dse.base.DSEExceptionEvent

public class DSEExceptionEvent
extends DSEEventObject

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

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.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.
 
Methods inherited from class com.ibm.dse.base.DSEEventObject
getName, getParameters, getSourceName, getTID, setName, setParameters, setSourceName, 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
 

Constructor Detail

DSEExceptionEvent

public DSEExceptionEvent(DSEException anException)
This constructor creates a DSEExceptionEvent with an exception.
Parameters:
anException - com.ibm.dse.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.dse.base.Notifier
Throws:
com.ibm.dse.base.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.dse.base.Notifier
aParametersTable - com.ibm.dse.base.Hashtable
Throws:
com.ibm.dse.base.DSEInvalidArgumentException. -