public class DeadlockException extends DatabaseException
Constructor and Description |
---|
DeadlockException() |
DeadlockException(java.lang.String message) |
DeadlockException(java.lang.String message,
java.lang.Throwable t) |
DeadlockException(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
long[] |
getOwnerTxnIds() |
long[] |
getWaiterTxnIds() |
void |
setOwnerTxnIds(long[] ownerTxnIds) |
void |
setWaiterTxnIds(long[] waiterTxnIds) |
getVersionHeader