com.jcorporate.expresso.core.db.exception
Class DBRecordChangedException
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.DBRecordChangedException
- All Implemented Interfaces:
- Serializable
- public class DBRecordChangedException
- extends DBException
- See Also:
- Serialized Form
DBRecordChangedException
public DBRecordChangedException()
- Constructs a
DBRecordChanged with no detail message.
DBRecordChangedException
public DBRecordChangedException(String s)
- Constructs a
DBRecordChanged with the specified
detail message.
- Parameters:
s - the detail message.
Please see www.jcorporate.com for information about new Expresso releases.