org.modelsphere.jack.baseDb.db
Class DbDeadObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.modelsphere.jack.baseDb.db.DbException
              extended by org.modelsphere.jack.baseDb.db.DbDeadObjectException
All Implemented Interfaces:
java.io.Serializable

public class DbDeadObjectException
extends DbException

A subclass of DbException. This exception indicates that you are accessing a DbObject that was removed in a previous transaction (normally by another user).

See Also:
Serialized Form

Constructor Summary
DbDeadObjectException(Db db, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbException
getMessage, getTargetException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbDeadObjectException

public DbDeadObjectException(Db db,
                             java.lang.String message)


Open ModelSphere 2007. All Rights Reserved.