Package org.apache.jmeter.engine
Class JMeterEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jmeter.engine.JMeterEngineException
-
- All Implemented Interfaces:
Serializable
public class JMeterEngineException extends Exception implements Serializable
Exception class for use byJMeterEngine.runTest()andRemoteJMeterEngine.rrunTest()- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JMeterEngineException()JMeterEngineException(String msg)JMeterEngineException(String msg, Throwable t)JMeterEngineException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-