public class ReadException
extends java.lang.Exception
Constructor and Description |
---|
ReadException()
Deprecated.
For use by test code only (serialisation tests)
|
ReadException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String partialResponse)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPartialResponse() |
@Deprecated public ReadException()
public ReadException(java.lang.String message, java.lang.Throwable cause, java.lang.String partialResponse)
message
- Messagecause
- Source causepartialResponse
- Text read until error occurredCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.