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:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeadLockException
public DeadLockException(String message)
- Create a new DeadLockException
- Parameters:
message
- the error message
Copyright 2001-2014, Terracotta, Inc.