|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.wcm.api.ObjectLockedException
This exception is thrown when an operation is attempted on a persisted object that is already locked. Retry the operation when the lock is released by the lock owner or a lock timeout occurs. This exception is also thrown when someone other than the lock owner attempts to unlock a locked object.
Constructor Summary | |
ObjectLockedException()
Constructs an ObjectLockedException . |
|
ObjectLockedException(java.lang.String s)
Constructs an ObjectLockedException containing
the specified String .
|
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException |
getFaultCode, setFaultCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ObjectLockedException()
ObjectLockedException
.
public ObjectLockedException(java.lang.String s)
ObjectLockedException
containing
the specified String
.
s
- A String
that contains message text about the exception.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |