com.tivoli.twg.engine
Class TWGDatabaseInitException

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

public class TWGDatabaseInitException
extends TWGDbException

Database Initialization exception

See Also:
Serialized Form

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

TWGDatabaseInitException

public TWGDatabaseInitException()
Constructor for a TWGDatabaseInitException with no detail message


TWGDatabaseInitException

public TWGDatabaseInitException(java.lang.String s)
Constructor for a TWGDatabaseInitException with no detail message

Parameters:
s - - the detail message.