Class AutoStoppedTestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- us.abstracta.jmeter.javadsl.core.engines.AutoStoppedTestException
-
- All Implemented Interfaces:
Serializable
public class AutoStoppedTestException extends IllegalStateException
Thrown when a test plan execution has been stopped due to an autoStop condition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoStoppedTestException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AutoStoppedTestException
public AutoStoppedTestException(String message)
-
-