Package org.apache.jmeter.control
Class NextIsNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.control.NextIsNullException
- All Implemented Interfaces:
- Serializable
Used by the Generic and Interleave controllers to signal the end of their samples
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNextIsNullException(String message) NextIsNullException(String message, Throwable cause) NextIsNullException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NextIsNullExceptionpublic NextIsNullException()
- 
NextIsNullException
- 
NextIsNullException
- 
NextIsNullException
 
-