org.jminor.common.db.exception
Class RecordNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jminor.common.db.exception.DatabaseException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecordNotFoundException
public RecordNotFoundException(String message)
- Instantiates a new RecordNotFoundException
- Parameters:
message
- the exception message