com.tivoli.twg.engine
Class TWGExtensionTermException

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

public class TWGExtensionTermException
extends TWGExtensionException

Base exception for TWGExtension initialization exceptions

See Also:
Serialized Form

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

TWGExtensionTermException

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


TWGExtensionTermException

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

Parameters:
s - - the detail message.