com.im.df.api.support
Class ObjectOwnedByOtherUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.im.commons.progress.AlreadyLockedException
com.im.df.api.support.ObjectOwnedByOtherUserException
- All Implemented Interfaces:
- Serializable
public final class ObjectOwnedByOtherUserException
- extends AlreadyLockedException
This exception is thrown from a DFLockable.obtainLock(java.lang.String) when
the object is already locked. The Exception can provide information on
what exactly object has caused the operation to fail, what was the reason
of its locked state and who has locked it.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectOwnedByOtherUserException
public ObjectOwnedByOtherUserException(DFLockable lockable,
String reason,
Throwable trace)
- Creates a new instance of ObjectOwnedByOtherUserException