Class JMeterStopTestException

All Implemented Interfaces:
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
See Also:
  • Constructor Details

    • JMeterStopTestException

      public JMeterStopTestException()
    • JMeterStopTestException

      public JMeterStopTestException(String s)
    • JMeterStopTestException

      public JMeterStopTestException(String s, Throwable ex)
    • JMeterStopTestException

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

      public JMeterStopTestException(Throwable ex)