|
||||||||||
| 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.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
org.zkoss.zk.au.RequestOutOfSequenceException
public class RequestOutOfSequenceException
Indicates a request is out-of-sequence, and the request shall be ignored.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException |
|---|
UiException.Aide |
| Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
|---|
MessageConst.BundleInfo |
| Field Summary |
|---|
| Fields inherited from class org.zkoss.lang.SystemException |
|---|
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
|---|
NULL_CODE |
| Constructor Summary | |
|---|---|
RequestOutOfSequenceException(java.lang.String reqId,
java.lang.String oldReqId)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProcessingId()
Returns the sequence ID of the request being processed. |
java.lang.String |
getRequestId()
Returns the sequence ID of the new request. |
| Methods inherited from class org.zkoss.lang.SystemException |
|---|
getCode |
| 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 RequestOutOfSequenceException(java.lang.String reqId,
java.lang.String oldReqId)
| Method Detail |
|---|
public java.lang.String getRequestId()
public java.lang.String getProcessingId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||