Class JMeterStopTestNowException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class JMeterStopTestNowException
    extends RuntimeException
                        

    This Exception is for use by functions etc to signal a Stop Test Now condition where there is no access to the normal stop method. Stop test now means interrupting current running samplers which will mark them as failed

    • Constructor Detail

      • JMeterStopTestNowException

        JMeterStopTestNowException()
      • JMeterStopTestNowException

        JMeterStopTestNowException(String s)
      • JMeterStopTestNowException

        JMeterStopTestNowException(String s, Throwable ex)
      • JMeterStopTestNowException

        JMeterStopTestNowException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace)
      • JMeterStopTestNowException

        JMeterStopTestNowException(Throwable ex)
    • Method Detail