public class CouldNotLockPageException extends RuntimeException
duration| Constructor and Description |
|---|
CouldNotLockPageException(int page,
String threadName,
org.apache.wicket.util.time.Duration timeout)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
String |
getThreadName() |
org.apache.wicket.util.time.Duration |
getTimeout() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CouldNotLockPageException(int page,
String threadName,
org.apache.wicket.util.time.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 lockpublic int getPage()
public org.apache.wicket.util.time.Duration getTimeout()
public String getThreadName()
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.