org.apache.slide.lock
Class ObjectIsAlreadyLockedException

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

public class ObjectIsAlreadyLockedException
extends NestedSlideException

Object is already locked.

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

Fields inherited from class org.apache.slide.common.NestedSlideException
exceptions
 
Constructor Summary
ObjectIsAlreadyLockedException(java.lang.String objectUri)
          Constructor.
 
Methods inherited from class org.apache.slide.common.NestedSlideException
addException, enumerateExceptions, getExceptionsCount, isEmpty, toString, unpackSingleException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectIsAlreadyLockedException

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