com.tivoli.twg.engine
Class TWGTaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGTaskException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGTaskActivationException

public class TWGTaskException
extends java.lang.Exception

Base class for task exceptions.

See Also:
Serialized Form

Constructor Summary
TWGTaskException()
          Constructs an TWGTaskException with no detail message.
TWGTaskException(java.lang.String string)
          Constructs an TWGTaskException with the specified detail message.
 
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

TWGTaskException

public TWGTaskException()
Constructs an TWGTaskException with no detail message.


TWGTaskException

public TWGTaskException(java.lang.String string)
Constructs an TWGTaskException with the specified detail message.