Class JMeterStopTestNowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jorphan.util.JMeterStopTestNowException
All Implemented Interfaces:
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
See Also:
  • Constructor Details

    • JMeterStopTestNowException

      public JMeterStopTestNowException()
    • JMeterStopTestNowException

      public JMeterStopTestNowException(String s)
    • JMeterStopTestNowException

      public JMeterStopTestNowException(String s, Throwable ex)
    • JMeterStopTestNowException

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

      public JMeterStopTestNowException(Throwable ex)