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