com.tivoli.twg.engine
Class TWGDbSQLException

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

public class TWGDbSQLException
extends TWGDbException

Database SQL exception

See Also:
Serialized Form

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

TWGDbSQLException

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


TWGDbSQLException

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

Parameters:
s - - the detail message.