Class 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:
    Serialized Form
    • Constructor Detail

      • InvalidSequenceException

        public InvalidSequenceException​(String msg,
                                        String sequenceId)
    • Method Detail

      • getSequenceId

        public String getSequenceId()