Class DuplicateMessageRegistrationException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateMessageRegistrationException
    extends RxException
    Exception used by sequence implementation to notify RM runtime infrastructure of a detected attempt to register a duplicate message number on a given sequence.
    Author:
    Marek Potociar
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateMessageRegistrationException

        public DuplicateMessageRegistrationException​(String sequenceId,
                                                     long messageNumber)
    • Method Detail

      • getMessageNumber

        public long getMessageNumber()
      • getSequenceId

        public String getSequenceId()