|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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(),
oracle.jbo.server.SQLBuilder#doEntity(oracle.jbo.server.EntityImpl, boolean),
oracle.jbo.server.OracleSQLBuilderImpl#doEntity(oracle.jbo.server.EntityImpl, boolean), Serialized Form| 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, getLocalizedMessage, 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.
Details may be retrieved by calling getDetails().SQLException,
oracle.jbo.JboException#getDetail()
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||