Class InvalidSequenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.rx.RxRuntimeException
com.sun.xml.ws.rx.rm.runtime.InvalidSequenceException
All Implemented Interfaces:
Serializable

public class InvalidSequenceException extends RxRuntimeException
Indicates the sequence specified is in state of CLOSING, CLOSED, or TERMINTAING, not appropriate to be used for sending additional application messages.
See Also:
  • Constructor Details

    • InvalidSequenceException

      public InvalidSequenceException(String msg, String sequenceId)
  • Method Details

    • getSequenceId

      public String getSequenceId()