Package org.apache.jorphan.util
Class JMeterStopTestException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class JMeterStopTestException extends RuntimeException
This Exception is for use by functions etc to signal a Stop Test condition where there is no access to the normal stop method Stop test now means shutdown test waiting for current running samplers to end
-
-
Field Summary
Fields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description JMeterStopTestException()JMeterStopTestException(String s)JMeterStopTestException(String s, Throwable ex)JMeterStopTestException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace)JMeterStopTestException(Throwable ex)
-
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
-
-
Constructor Detail
-
JMeterStopTestException
JMeterStopTestException()
-
JMeterStopTestException
JMeterStopTestException(String s)
-
JMeterStopTestException
JMeterStopTestException(String s, Throwable ex, boolean enableSuppression, boolean writableStackTrace)
-
JMeterStopTestException
JMeterStopTestException(Throwable ex)
-
-
-
-