org.apache.lenya.transaction
Class LockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.transaction.TransactionException
              extended by org.apache.lenya.transaction.LockException
All Implemented Interfaces:
java.io.Serializable

public class LockException
extends TransactionException

Lock exception.

Version:
$Id: LockException.java 473861 2006-11-12 03:51:14Z gregor $
See Also:
Serialized Form

Constructor Summary
LockException()
          Ctor.
LockException(java.lang.String message)
          Ctor.
LockException(java.lang.String message, java.lang.Throwable cause)
          Ctor.
LockException(java.lang.Throwable cause)
          Ctor.
 
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

LockException

public LockException()
Ctor.


LockException

public LockException(java.lang.String message)
Ctor.

Parameters:
message - The message.

LockException

public LockException(java.lang.String message,
                     java.lang.Throwable cause)
Ctor.

Parameters:
message - The message.
cause - The cause.

LockException

public LockException(java.lang.Throwable cause)
Ctor.

Parameters:
cause - The cause.


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.