Serializablepublic class ConversationExpiredException extends RuntimeException
| Constructor | Description |
|---|---|
ConversationExpiredException(Throwable cause,
String cid,
org.apache.wicket.Page page,
org.apache.wicket.request.IRequestHandler handler) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCid() |
|
org.apache.wicket.request.IRequestHandler |
getHandler() |
|
org.apache.wicket.Page |
getPage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getCid()
public org.apache.wicket.Page getPage()
public org.apache.wicket.request.IRequestHandler getHandler()
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.