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:
java.io.Serializable
public class RunMethodStateException extends java.lang.IllegalStateExceptionThis exception indicates, that the run() method of anAbstractActionhas already been called.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunMethodStateException()Constructor.RunMethodStateException(java.lang.String msg)Constructor.
-