Class ReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.protocol.tcp.sampler.ReadException
- All Implemented Interfaces:
Serializable
Exception that contains partial response (Text read until exception occurred)
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.For use by test code only (serialisation tests)ReadException
(String message, Throwable cause, String partialResponse) 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
-
ReadException
Deprecated.For use by test code only (serialisation tests) -
ReadException
Constructor- Parameters:
message
- Messagecause
- Source causepartialResponse
- Text read until error occurred
-
-
Method Details
-
getPartialResponse
- Returns:
- the partialResponse Text read until error occurred
-