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

    • TerminateSequenceException

      public TerminateSequenceException(String message)
    • TerminateSequenceException

      public TerminateSequenceException(String message, String id)
    • TerminateSequenceException

      public TerminateSequenceException(String message, Throwable cause)
  • Method Details

    • getSequenceId

      public String getSequenceId()