com.bigdata.concurrent
Class DeadlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.