Package com.xceptance.xlt.api.actions
Class RunMethodStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.xceptance.xlt.api.actions.RunMethodStateException
- All Implemented Interfaces:
Serializable
This exception indicates, that the run() method of an
AbstractAction has already been called.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunMethodStateException
public RunMethodStateException()Constructor. -
RunMethodStateException
Constructor.- Parameters:
msg- message to report
-