public class CouldNotLockPageException extends RuntimeException
durationorg.apache.wicket.settings.IRequestCycleSettings#setTimeout(org.apache.wicket.util.time.Duration),
org.apache.wicket.settings.IExceptionSettings#setThreadDumpStrategy(org.apache.wicket.settings.IExceptionSettings.ThreadDumpStrategy),
Serialized Form| 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–2014 Apache Software Foundation. All rights reserved.