ehcache

net.sf.ehcache.transaction
Class DeadLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.transaction.TransactionException
                      extended by 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

Constructor Summary
DeadLockException(String message)
          Create a new DeadLockException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

DeadLockException

public DeadLockException(String message)
Create a new DeadLockException

Parameters:
message - the error message

ehcache

Copyright 2001-2016, Terracotta, Inc.