org.jminor.common.db.exception
Class RecordNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jminor.common.db.exception.DatabaseException
              extended by org.jminor.common.db.exception.RecordNotFoundException
All Implemented Interfaces:
Serializable

public class RecordNotFoundException
extends DatabaseException

Exception used when an expected record was not found.

See Also:
Serialized Form

Constructor Summary
RecordNotFoundException(String message)
          Instantiates a new RecordNotFoundException
 
Method Summary
 
Methods inherited from class org.jminor.common.db.exception.DatabaseException
getStatement
 
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

RecordNotFoundException

public RecordNotFoundException(String message)
Instantiates a new RecordNotFoundException

Parameters:
message - the exception message