org.apache.slide.lock
Class ObjectLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.lock.LockException
                          |
                          +--org.apache.slide.lock.ObjectLockedException
All Implemented Interfaces:
java.io.Serializable

public class ObjectLockedException
extends LockException

Object is already locked.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
ObjectLockedException(java.lang.String objectUri)
          Constructor.
 
Method Summary
 java.lang.String getObjectUri()
          Object Uri accessor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectLockedException

public ObjectLockedException(java.lang.String objectUri)
Constructor.
Parameters:
objectUri - Uri of the locked object
Method Detail

getObjectUri

public java.lang.String getObjectUri()
Object Uri accessor.
Returns:
String object uri