Package org.apache.jorphan.util
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.
-
-
Field Summary
Fields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description JMeterStopThreadException()JMeterStopThreadException(String s)JMeterStopThreadException(String message, Throwable cause)JMeterStopThreadException(Throwable cause)JMeterStopThreadException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-