org.exist.util
Class DeadlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.util.LockException
              extended by org.exist.util.DeadlockException
All Implemented Interfaces:
Serializable

public class DeadlockException
extends LockException

See Also:
Serialized Form

Constructor Summary
DeadlockException()
           
DeadlockException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeadlockException

public DeadlockException()

DeadlockException

public DeadlockException(String message)


Copyright (C) Wolfgang Meier. All rights reserved.