| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opengts.dbtools.DBException
org.opengts.dbtools.DBNotFoundException
public class DBNotFoundException
DBNotFoundException is thrown in cases where a record was expected,
 but no record was found.
| Constructor Summary | |
|---|---|
DBNotFoundException(java.lang.String msg)
Constructor  | 
|
DBNotFoundException(java.lang.String msg,
                    java.lang.Throwable cause)
Constructor  | 
|
| Method Summary | 
|---|
| Methods inherited from class org.opengts.dbtools.DBException | 
|---|
getCauseMessage, getMessage, isCauseCommunicationsException, isCommunicationsException, isOutOfMemoryError, isSQLException, printException, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DBNotFoundException(java.lang.String msg)
msg - The message associated with this exception
public DBNotFoundException(java.lang.String msg,
                           java.lang.Throwable cause)
msg - The message associated with this exceptioncause - The cause of this exception
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||