Package net.sf.ehcache.transaction
Class DeadLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.transaction.TransactionException
-
- net.sf.ehcache.transaction.DeadLockException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeadLockException extends TransactionException
This exception is thrown when a deadlock between two transactions is detected- Author:
- Ludovic Orban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeadLockException(java.lang.String message)Create a new DeadLockException
-