com.bigdata.concurrent
Class DeadlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bigdata.concurrent.DeadlockException
All Implemented Interfaces:
Serializable

public class DeadlockException
extends RuntimeException

An instance of this exception is thrown when the lock requests of two or more transactions form a deadlock. The exeception is thrown in the thread of each transaction which is aborted to prevent deadlock.

Author:
thompsonbry
See Also:
Serialized Form

Constructor Summary
DeadlockException(String message)
           
DeadlockException(String message, Throwable cause)
           
DeadlockException(Throwable cause)
           
 
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

DeadlockException

public DeadlockException(String message)
Parameters:
message -

DeadlockException

public DeadlockException(String message,
                         Throwable cause)
Parameters:
message -
cause -

DeadlockException

public DeadlockException(Throwable cause)
Parameters:
cause -


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.