Package org.jgroups.blocks
Class LockMultiLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.blocks.LockMultiLockedException
- All Implemented Interfaces:
Serializable
Thrown by the
DistributedLockManager.unlock(Object, Object, boolean)
method if a lock is only locally released, because it is locked
by multiple DistributedLockManagers. This can happen after a merge for example.- Version:
- $Id: LockMultiLockedException.java,v 1.3 2006/11/13 17:42:10 bstansberry Exp $
- Author:
- Robert Schaffar-Taurok (robert@fusion.at)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockMultiLockedException
public LockMultiLockedException() -
LockMultiLockedException
-