com.tivoli.twg.engine
Class TWGDbNotFoundException

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

public class TWGDbNotFoundException
extends TWGDbException

Database not found exception

See Also:
Serialized Form

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

TWGDbNotFoundException

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


TWGDbNotFoundException

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

Parameters:
s - - the detail message.