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()
Returns an array of longs containing transaction ids of owners at the
the time of the timeout.
|
long |
getTimeoutMillis() |
long[] |
getWaiterTxnIds()
Returns an array of longs containing transaction ids of waiters at the
the time of the timeout.
|
void |
setOwnerTxnIds(long[] ownerTxnIds) |
void |
setTimeoutMillis(long timeoutMillis) |
void |
setWaiterTxnIds(long[] waiterTxnIds) |
getVersionHeader
public DeadlockException()
public DeadlockException(java.lang.Throwable t)
public DeadlockException(java.lang.String message)
public DeadlockException(java.lang.String message, java.lang.Throwable t)
public void setOwnerTxnIds(long[] ownerTxnIds)
public long[] getOwnerTxnIds()
public void setWaiterTxnIds(long[] waiterTxnIds)
public long[] getWaiterTxnIds()
public void setTimeoutMillis(long timeoutMillis)
public long getTimeoutMillis()