Class LockMultiLockedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LockMultiLockedException
    extends java.lang.Exception
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockMultiLockedException

        public LockMultiLockedException()
      • LockMultiLockedException

        public LockMultiLockedException​(java.lang.String s)