Package org.zkoss.zk.au
Class RequestOutOfSequenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.lang.SystemException
-
- org.zkoss.zk.ui.UiException
-
- org.zkoss.zk.au.RequestOutOfSequenceException
-
- All Implemented Interfaces:
java.io.Serializable,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
public class RequestOutOfSequenceException extends UiException
Indicates a request is out-of-sequence, and the request shall be ignored.- Since:
- 5.0.4
- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
-
-
Constructor Summary
Constructors Constructor Description RequestOutOfSequenceException(java.lang.String reqId, java.lang.String oldReqId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProcessingId()Returns the sequence ID of the request being processed.java.lang.StringgetRequestId()Returns the sequence ID of the new request.
-