Class JMeterStopThreadException

  • All Implemented Interfaces:
    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
    Version:
    $Revision: 1595401 $
    See Also:
    Serialized Form
    • Constructor Detail

      • JMeterStopThreadException

        public JMeterStopThreadException()
      • JMeterStopThreadException

        public JMeterStopThreadException​(String s)
      • JMeterStopThreadException

        public JMeterStopThreadException​(String message,
                                         Throwable cause)
      • JMeterStopThreadException

        public JMeterStopThreadException​(Throwable cause)