org.apache.jackrabbit.ocm.exception
Class IllegalUnlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.ObjectContentManagerException
org.apache.jackrabbit.ocm.exception.LockingException
org.apache.jackrabbit.ocm.exception.IllegalUnlockException
- All Implemented Interfaces:
- Serializable
public class IllegalUnlockException
- extends LockingException
If user cannot unlock path, for example if he/she have not correct lockTokens
- Author:
- Martin Koci, Alexandru Popescu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalUnlockException
public IllegalUnlockException(String lockOwner,
String path)
getLockOwner
public String getLockOwner()
- Returns:
- The JCR Lock Owner
getPath
public String getPath()
- Returns:
- the JCR path
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.