com.tivoli.twg.engine
Class TWGTaskActivationException

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

public class TWGTaskActivationException
extends TWGTaskException

Task activation exception.

See Also:
Serialized Form

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

TWGTaskActivationException

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


TWGTaskActivationException

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