Class JMeterStopTestException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class JMeterStopTestException
    extends RuntimeException
                        

    This Exception is for use by functions etc to signal a Stop Test condition where there is no access to the normal stop method Stop test now means shutdown test waiting for current running samplers to end

    • Constructor Detail

      • JMeterStopTestException

        JMeterStopTestException()
      • JMeterStopTestException

        JMeterStopTestException(String s)
      • JMeterStopTestException

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

        JMeterStopTestException(Throwable ex)
    • Method Detail