Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.db.exception
Class DBRecordNotFoundException  view DBRecordNotFoundException download DBRecordNotFoundException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.db.DBException
                  extended bycom.jcorporate.expresso.core.db.exception.DBRecordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DBRecordNotFoundException
extends com.jcorporate.expresso.core.db.DBException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.jcorporate.expresso.core.db.DBException
 
Fields inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DBRecordNotFoundException()
          Constructs a DBRecordNotFoundException with no detail message.
DBRecordNotFoundException(java.lang.String s)
          Constructs a DBRecordNotFoundException with the specified detail message.
 
Methods inherited from class com.jcorporate.expresso.core.db.DBException
getDBMessage, getMessage
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBRecordNotFoundException

public DBRecordNotFoundException()
Constructs a DBRecordNotFoundException with no detail message.


DBRecordNotFoundException

public DBRecordNotFoundException(java.lang.String s)
Constructs a DBRecordNotFoundException with the specified detail message.