public class PageExpiredException extends WicketRuntimeException
Page instance cannot be found by its id in the page stores. The page may be
missing because of reasons like:
This exception is used to tell Wicket to respond with the configured PageExpiredPage, so its stacktrace it is not really needed.
HttpSession.setMaxInactiveInterval(int),
StoreSettings.setMaxSizePerSession(org.apache.wicket.util.lang.Bytes),
NotSerializableException,
IPageProvider.getPageInstance(),
Serialized Form| Constructor and Description |
|---|
PageExpiredException(String message) |
PageExpiredException(String message,
Exception cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Suppress loading of the stacktrace because it is not needed.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PageExpiredException(String message)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableThrowable.fillInStackTrace()Copyright © 2006–2014 Apache Software Foundation. All rights reserved.