org.jminor.common.model
Class LoadTest.ScenarioException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jminor.common.model.LoadTest.ScenarioException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- LoadTest
public static class LoadTest.ScenarioException
- extends Exception
An exception originating from a scenario run
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LoadTest.ScenarioException
public LoadTest.ScenarioException()
- Instantiates a new ScenarioException.
LoadTest.ScenarioException
public LoadTest.ScenarioException(Throwable cause)
- Instantiates a new ScenarioException.
- Parameters:
cause
- the root cause