com.tivoli.twg.engine
Class TWGDbException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGDbException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGDatabaseInitException, TWGDbColumnNotFoundException, TWGDbInvalidQueryException, TWGDbNoMoreRowException, TWGDbNotFoundException, TWGDbParameterException, TWGDbQueryNotFoundException, TWGDbRealTableNameNotUniqueException, TWGDbSQLException, TWGDbTokenTableNameNotUniqueException

public class TWGDbException
extends java.lang.Exception

Base exception class for all TWG Database exceptions

See Also:
Serialized Form

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

TWGDbException

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


TWGDbException

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

Parameters:
s - - the detail message.