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:
  • Constructor Details

    • InvalidSequenceException

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

    • getSequenceId

      public String getSequenceId()