org.apache.ojb.otm.lock.wait
Class DeadlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by org.apache.ojb.otm.lock.LockingException
                  extended by 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

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
DeadlockException()
          Constructor for DeadlockException.
DeadlockException(String message)
          Constructor for DeadlockException.
DeadlockException(String message, Throwable exception)
          Constructor for DeadlockException.
DeadlockException(Throwable exception)
          Constructor for DeadlockException.
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.