|
||||||||||
| 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
org.apache.jackrabbit.ocm.exception.NestableRuntimeException
org.apache.jackrabbit.ocm.exception.ObjectContentManagerException
org.apache.jackrabbit.ocm.exception.LockingException
org.apache.jackrabbit.ocm.exception.LockedException
public class LockedException
Throwed if a path is locked and a operation cannot be performed
| Constructor Summary | |
|---|---|
LockedException(java.lang.String lockOwner,
java.lang.String lockedNodePath)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLockedNodePath()
|
java.lang.String |
getLockOwner()
|
| Methods inherited from class org.apache.jackrabbit.ocm.exception.NestableRuntimeException |
|---|
getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 LockedException(java.lang.String lockOwner,
java.lang.String lockedNodePath)
| Method Detail |
|---|
public java.lang.String getLockOwner()
public java.lang.String getLockedNodePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||