org.apache.ojb.otm.lock.wait
Class DeadlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.ojb.otm.lock.LockingException
org.apache.ojb.otm.lock.wait.DeadlockException
- All Implemented Interfaces:
- Serializable, org.apache.commons.lang.exception.Nestable
public class DeadlockException
- extends LockingException
- Author:
- Raghu Rajah
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
DeadlockException
public DeadlockException()
- Constructor for DeadlockException.
DeadlockException
public DeadlockException(String message)
- Constructor for DeadlockException.
- Parameters:
message
-
DeadlockException
public DeadlockException(Throwable exception)
- Constructor for DeadlockException.
- Parameters:
exception
-
DeadlockException
public DeadlockException(String message,
Throwable exception)
- Constructor for DeadlockException.
- Parameters:
message
- exception
-
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.