Class DuplicateMessageRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.rx.RxException
com.sun.xml.ws.rx.rm.runtime.sequence.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.
See Also:
  • Constructor Details

    • DuplicateMessageRegistrationException

      public DuplicateMessageRegistrationException(String sequenceId, long messageNumber)
  • Method Details

    • getMessageNumber

      public long getMessageNumber()
    • getSequenceId

      public String getSequenceId()