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