org.jminor.common.model
Class LoadTest.ScenarioException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
LoadTest.ScenarioException()
          Instantiates a new ScenarioException.
LoadTest.ScenarioException(Throwable cause)
          Instantiates a new ScenarioException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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