org.exist.util
Class LockException

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

public class LockException
extends Exception

Author:
wolf To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
LockException()
          Constructor for LockException.
LockException(String s)
          Constructor for LockException.
 
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

LockException

public LockException()
Constructor for LockException.


LockException

public LockException(String s)
Constructor for LockException.

Parameters:
s -


Copyright (C) Wolfgang Meier. All rights reserved.