Package org.apache.jorphan.util
Class JMeterStopThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jorphan.util.JMeterStopThreadException
- All Implemented Interfaces:
- Serializable
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.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJMeterStopThreadException(String message, Throwable cause) JMeterStopThreadException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JMeterStopThreadExceptionpublic JMeterStopThreadException()
- 
JMeterStopThreadException
- 
JMeterStopThreadException
- 
JMeterStopThreadException
- 
JMeterStopThreadException
 
-