org.jboss.cache.lock
Class LockingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.CacheException
org.jboss.cache.lock.LockingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DeadlockException, UpgradeException
public class LockingException
- extends CacheException
Used for all locking-related exceptions, e.g. when a lock could not be
acquired within the timeout, or when a deadlock was detected or an upgrade failed.
- Author:
- Bela Ban.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LockingException
public LockingException()
LockingException
public LockingException(java.util.Map failed_lockers)
LockingException
public LockingException(java.lang.String msg)
LockingException
public LockingException(java.lang.String msg,
java.util.Map failed_lockers)
LockingException
public LockingException(java.lang.String msg,
java.lang.Throwable cause)
LockingException
public LockingException(java.lang.String msg,
java.lang.Throwable cause,
java.util.Map failed_lockers)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.