public class LockTimeoutException extends LockUnavailableException
| Constructor and Description |
|---|
LockTimeoutException(LockType lockType,
RecordIdentifier<T> identifier)
Constructor.
|
fillInStackTrace, getIdentifier, getLockTypegetNumber, getNumbers, isPrefixpublic LockTimeoutException(LockType lockType, RecordIdentifier<T> identifier)
lockType - Lock type which was requested, but could not be acquired in the allotted time.identifier - Unique record identifier of the record to be locked.