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 Summary
ConstructorsConstructorDescriptionNextIsNullException(String message) NextIsNullException(String message, Throwable cause) NextIsNullException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NextIsNullException
public NextIsNullException() - 
NextIsNullException
 - 
NextIsNullException
 - 
NextIsNullException
 
 -