gov.grants.apply.dao
Class NotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.grants.apply.dao.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.Exception

Author:
Feng Qian NotFoundException exception. This exception will be thrown from Dao object if load, update or delete for one object fails to find the correct row. NOTE: You will need only one instance of this class to use multiple DaoGen generated objects.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NotFoundException(java.lang.String msg)
          Constructor for NotFoundException.
 
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

NotFoundException

public NotFoundException(java.lang.String msg)
Constructor for NotFoundException. The input message is returned in toString() message.