Class TerminateSequenceException

  • All Implemented Interfaces:
    Serializable

    public class TerminateSequenceException
    extends RxException
    Subclass of RMException thrown from errors resulting because the endpoint has encountered an unrecoverable condition or detected a violation of the protocol and as a result has chosen to terminate the sequence
    Author:
    Bhakti Mehta
    See Also:
    Serialized Form
    • Constructor Detail

      • TerminateSequenceException

        public TerminateSequenceException​(String message)
      • TerminateSequenceException

        public TerminateSequenceException​(String message,
                                          String id)
      • TerminateSequenceException

        public TerminateSequenceException​(String message,
                                          Throwable cause)
    • Method Detail

      • getSequenceId

        public String getSequenceId()