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 occurred)
See Also:
  • Constructor Details

    • ReadException

      @Deprecated public ReadException()
      Deprecated.
      For use by test code only (serialisation tests)
    • ReadException

      public ReadException(String message, Throwable cause, String partialResponse)
      Constructor
      Parameters:
      message - Message
      cause - Source cause
      partialResponse - Text read until error occurred
  • Method Details

    • getPartialResponse

      public String getPartialResponse()
      Returns:
      the partialResponse Text read until error occurred