com.tivoli.twg.engine
Class TWGDbColumnNotFoundException

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

public class TWGDbColumnNotFoundException
extends TWGDbException

Database exception when a column does not exist.

See Also:
Serialized Form

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

TWGDbColumnNotFoundException

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


TWGDbColumnNotFoundException

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

Parameters:
s - - the detail message.