org.jboss.cache.lock
Class LockingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jboss.util.NestedException
|
+--org.jboss.cache.CacheException
|
+--org.jboss.cache.lock.LockingException
- All Implemented Interfaces:
- org.jboss.util.NestedThrowable, 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.
- Version:
- $Revision: 1.1.1.1 $
Revisions:
Dec 27 2002 Bela Ban: first implementation
- Author:
- Bela Ban.
- See Also:
- Serialized Form
Fields inherited from class org.jboss.util.NestedException |
nested |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class org.jboss.util.NestedException |
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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 © 1998-2005 JBoss Inc . All Rights Reserved.