Tivoli Confidential

com.tivoli.tec.event_delivery
Class EDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.tivoli.tec.event_delivery.EDException
All Implemented Interfaces:
Serializable

public class EDException
extends Exception

EDException is the Exception subclass thrown by all the Ehanced EIF code.

Since:
TEC 3.8
Version:
1.5 10/21/02
Author:
Andrea Chiavegatto, Joe Kerr
See Also:
Serialized Form

Constructor Summary
EDException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EDException

public EDException(String msg)

Tivoli Confidential