public class RowAlreadyLockedException extends LockingException
Constructor and Description |
---|
RowAlreadyLockedException(RowAlreadyLockedException cause) |
RowAlreadyLockedException(String message,
PessimisticLockInfo acquiringLockInfo,
PessimisticLockInfo blockingLockInfo) |
RowAlreadyLockedException(String message,
Throwable cause,
PessimisticLockInfo acquiringLockInfo,
PessimisticLockInfo blockingLockInfo) |
RowAlreadyLockedException(Throwable cause,
PessimisticLockInfo acquiringLockInfo,
PessimisticLockInfo blockingLockInfo) |
Modifier and Type | Method and Description |
---|---|
PessimisticLockInfo |
getAcquiringLockInfo()
Get AcquiringLockInfo.
|
PessimisticLockInfo |
getBlockingLockInfo()
Get BlockingLockInfo.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RowAlreadyLockedException(String message, PessimisticLockInfo acquiringLockInfo, PessimisticLockInfo blockingLockInfo)
public RowAlreadyLockedException(Throwable cause, PessimisticLockInfo acquiringLockInfo, PessimisticLockInfo blockingLockInfo)
public RowAlreadyLockedException(String message, Throwable cause, PessimisticLockInfo acquiringLockInfo, PessimisticLockInfo blockingLockInfo)
public RowAlreadyLockedException(RowAlreadyLockedException cause)
public PessimisticLockInfo getAcquiringLockInfo()
public PessimisticLockInfo getBlockingLockInfo()
Copyright © 2003–2022 XDEV Software. All rights reserved.