com.tivoli.twg.engine
Class TWGClassInitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGClassInitException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedObjectFactoryInitException, TWGPersistentObjectInitException

public class TWGClassInitException
extends java.lang.Exception

Base for class initialization exceptions.

See Also:
Serialized Form

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

TWGClassInitException

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


TWGClassInitException

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