Class AbortExecutionMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class AbortExecutionMessage
    extends AbstractMessage
    This message is sent from a server to all clients when its test running process has been aborted out of order. The server will most likely disconnect all the clients immediately afterwards - clients should expect this to happen.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AbortExecutionMessage()
      The no-arg constructor, primarily used for serialization.
      AbortExecutionMessage​(java.lang.String anExceptionMessage, java.lang.String anExceptionStackTrace)
      Creates a new message.
    • Constructor Detail

      • AbortExecutionMessage

        public AbortExecutionMessage​(java.lang.String anExceptionMessage,
                                     java.lang.String anExceptionStackTrace)
        Creates a new message.
        Parameters:
        anExceptionMessage - The message of the AbortExecutionException
        anExceptionStackTrace - The stacktrace of the AbortExecutionException
      • AbortExecutionMessage

        public AbortExecutionMessage()
        The no-arg constructor, primarily used for serialization.
    • Method Detail

      • getExceptionMessage

        public java.lang.String getExceptionMessage()
      • getExceptionStackTrace

        public java.lang.String getExceptionStackTrace()