Expresso 5-6

com.jcorporate.expresso.core.db.exception
Class DBRecordChangedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.db.DBException
                  extended bycom.jcorporate.expresso.core.db.exception.DBRecordChangedException
All Implemented Interfaces:
Serializable

public class DBRecordChangedException
extends DBException

See Also:
Serialized Form

Constructor Summary
DBRecordChangedException()
          Constructs a DBRecordChanged with no detail message.
DBRecordChangedException(String s)
          Constructs a DBRecordChanged with the specified detail message.
 
Methods inherited from class com.jcorporate.expresso.core.db.DBException
getDBMessage, getMessage
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.