org.opengts.dbtools
Class DBNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengts.dbtools.DBException
              extended by org.opengts.dbtools.DBNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DBNotFoundException
extends DBException

DBNotFoundException is thrown in cases where a record was expected, but no record was found.

See Also:
Serialized Form

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

DBNotFoundException

public DBNotFoundException(java.lang.String msg)
Constructor

Parameters:
msg - The message associated with this exception

DBNotFoundException

public DBNotFoundException(java.lang.String msg,
                           java.lang.Throwable cause)
Constructor

Parameters:
msg - The message associated with this exception
cause - The cause of this exception