|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.jbo.JboException | +--oracle.jbo.AlreadyLockedException
Indicates failure while attempting to lock a row because another user locked the row.
While issue a request to lock an entity, the database returned an error indicating that the row is already locked.
JboException
, Row.lock()
, EntityImpl.lock()
, ViewRowImpl.lock()
, SQLBuilder.doEntitySelect(oracle.jbo.server.EntityImpl, boolean)
, OracleSQLBuilderImpl.doEntitySelect(oracle.jbo.server.EntityImpl, boolean)
, Serialized FormField Summary |
Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
Constructor Summary | |
AlreadyLockedException(java.lang.Exception exception) Creates an instance of AlreadyLockedException . |
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 |
public AlreadyLockedException(java.lang.Exception exception)
AlreadyLockedException
. This constructor uses EXC_ALREADY_LOCKED
error message in oracle.jbo.CSMessageBundle
.exception
- an exception thrown by database (most likely a SQLException
. This exception is added as "detail" of this exception. Detail exceptions may be retrieved by calling getExceptions()
.SQLException
, JboException.getExceptions()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.