Class RequestOutOfSequenceException

  • All Implemented Interfaces:
    java.io.Serializable, Messageable, 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • RequestOutOfSequenceException

        public RequestOutOfSequenceException​(java.lang.String reqId,
                                             java.lang.String oldReqId)
    • Method Detail

      • getRequestId

        public java.lang.String getRequestId()
        Returns the sequence ID of the new request.
      • getProcessingId

        public java.lang.String getProcessingId()
        Returns the sequence ID of the request being processed.