com.jcorporate.expresso.core.db.exception
Class DBRecordNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.db.DBException
com.jcorporate.expresso.core.db.exception.DBRecordNotFoundException
- All Implemented Interfaces:
- Serializable
- public class DBRecordNotFoundException
- extends DBException
- See Also:
- Serialized Form
DBRecordNotFoundException
public DBRecordNotFoundException()
- Constructs a
DBRecordNotFoundException with no detail message.
DBRecordNotFoundException
public DBRecordNotFoundException(String s)
- Constructs a
DBRecordNotFoundException with the specified
detail message.
- Parameters:
s - the detail message.
Please see www.jcorporate.com for information about new Expresso releases.