Class JMeterStopThreadException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class JMeterStopThreadException
    extends RuntimeException
                        

    This Exception is for use by functions etc to signal a Stop Thread condition where there is no access to the normal stop method Thread will shutdown after end of current running sampler.

    • Constructor Detail

      • JMeterStopThreadException

        JMeterStopThreadException()
      • JMeterStopThreadException

        JMeterStopThreadException(String s)
      • JMeterStopThreadException

        JMeterStopThreadException(String message, Throwable cause)
      • JMeterStopThreadException

        JMeterStopThreadException(Throwable cause)
      • JMeterStopThreadException

        JMeterStopThreadException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace)
    • Method Detail