|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wicket.WicketRuntimeException
org.apache.wicket.protocol.http.PageExpiredException
public class PageExpiredException
Thrown when a Page instance cannot be found by its id in the page stores. The page may be
missing because of reasons like:
HttpSession.setMaxInactiveInterval(int),
IStoreSettings.setMaxSizePerSession(org.apache.wicket.util.lang.Bytes),
NotSerializableException,
IPageProvider.getPageInstance(),
Serialized Form| Constructor Summary | |
|---|---|
PageExpiredException(java.lang.String message)
|
|
PageExpiredException(java.lang.String message,
java.lang.Exception cause)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PageExpiredException(java.lang.String message)
WicketRuntimeException.WicketRuntimeException(java.lang.String)
public PageExpiredException(java.lang.String message,
java.lang.Exception cause)
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||