org.jgroups.blocks

Class LockMultiLockedException

public class LockMultiLockedException extends Exception

Thrown by the DistributedLockManager 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.2 2005/07/17 11:36:40 chrislott Exp $

Author: Robert Schaffar-Taurok (robert@fusion.at)

Constructor Summary
LockMultiLockedException()
LockMultiLockedException(String s)

Constructor Detail

LockMultiLockedException

public LockMultiLockedException()

LockMultiLockedException

public LockMultiLockedException(String s)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.