Class ReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jmeter.protocol.tcp.sampler.ReadException
-
- All Implemented Interfaces:
Serializable
public class ReadException extends Exception
Exception that contains partial response (Text read until exception occured)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadException()
Deprecated.For use by test code only (serialisation tests)ReadException(String message, Throwable cause, String partialResponse)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPartialResponse()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadException
@Deprecated public ReadException()
Deprecated.For use by test code only (serialisation tests)
-
-
Method Detail
-
getPartialResponse
public String getPartialResponse()
- Returns:
- the partialResponse Text read until error occured
-
-