public class CouldNotLockPageException extends RuntimeException
duration| Constructor and Description |
|---|
CouldNotLockPageException(int page,
String threadName,
Duration timeout)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
String |
getThreadName() |
Duration |
getTimeout() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CouldNotLockPageException(int page,
String threadName,
Duration timeout)
page - the id of the page instance which is already lockedthreadName - the name of the thread that attempts to acquire the lock on the pagetimeout - the duration that the second thread waited for the lockCopyright © 2006–2021 Apache Software Foundation. All rights reserved.