com.tivoli.twg.engine
Class TWGExtensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGExtensionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGExtensionInitException, TWGExtensionTermException

public class TWGExtensionException
extends java.lang.Exception

Base exception for TWGExtension exceptions

See Also:
Serialized Form

Constructor Summary
TWGExtensionException()
          Constructs a TWGExtensionException with no detail message.
TWGExtensionException(java.lang.String s)
          Constructs a TWGExtensionException 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

TWGExtensionException

public TWGExtensionException()
Constructs a TWGExtensionException with no detail message.


TWGExtensionException

public TWGExtensionException(java.lang.String s)
Constructs a TWGExtensionException with the specified detail message.

Parameters:
s - - the detail message.