com.tivoli.twg.engine
Class TWGDbQueryNotFoundException

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

public class TWGDbQueryNotFoundException
extends TWGDbException

Query not found exception

See Also:
Serialized Form

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

TWGDbQueryNotFoundException

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


TWGDbQueryNotFoundException

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

Parameters:
s - - the detail message.