com.tivoli.twg.engine
Class TWGExtensionInitException

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

public class TWGExtensionInitException
extends TWGExtensionException

Base exception for TWGExtension initialization exceptions

See Also:
Serialized Form

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

TWGExtensionInitException

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


TWGExtensionInitException

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

Parameters:
s - - the detail message.