| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-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.JboWarning
                  
oracle.jbo.JboException
                      
oracle.jbo.AlreadyLockedException
public class 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), BaseSQLBuilderImpl.doEntitySelect(oracle.jbo.server.EntityImpl, boolean), Serialized Form| Field Summary | 
|---|
| Fields inherited from class oracle.jbo.JboException | 
|---|
mHasPeerException | 
| Fields inherited from class oracle.jbo.JboWarning | 
|---|
HIDE_DETAIL_EXCEPTIONS_HINT, mHelper, SEVERITY_ERROR, SEVERITY_RAC_RECOVERABLE_ERROR, SEVERITY_RECOVERABLE_ERROR, SEVERITY_VETOABLE_WARNING, SEVERITY_WARNING | 
| Constructor Summary | |
|---|---|
AlreadyLockedException(java.lang.Exception exception)Creates an instance of AlreadyLockedException. | 
|
AlreadyLockedException(java.lang.String tableName, java.lang.String key, java.lang.Exception exception)Creates an instance of AlreadyLockedException. | 
|
| Method Summary | 
|---|
| Methods inherited from class oracle.jbo.JboException | 
|---|
addToDetails, addToExceptions, containsException, doEntityToVOMapping, getExceptions, hasPeerExceptions, needsEntityToVOMapping, printStackTrace, printStackTrace, printStackTrace, setApplicationModule, setDetails, setExceptions, setNeedsEntityToVOMapping | 
| 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()
public AlreadyLockedException(java.lang.String tableName,
                              java.lang.String key,
                              java.lang.Exception exception)
AlreadyLockedException. This constructor uses EXC_ALREADY_LOCKED_WITH_INFO 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()
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||