|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.modelsphere.jack.baseDb.db.DbException
org.modelsphere.jack.baseDb.db.DbDeadObjectException
public class DbDeadObjectException
A subclass of DbException. This exception indicates that you are accessing a DbObject that was removed in a previous transaction (normally by another user).
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 |
---|
public DbDeadObjectException(Db db, java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |