java.io.Serializablepublic class ClientYamlTestResponseException
extends java.io.IOException
| Constructor | Description |
|---|---|
ClientYamlTestResponseException(ResponseException responseException) |
| Modifier and Type | Method | Description |
|---|---|---|
ResponseException |
getResponseException() |
Exposes the origina
ResponseException. |
ClientYamlTestResponse |
getRestTestResponse() |
Exposes the obtained response body
|
public ClientYamlTestResponseException(ResponseException responseException) throws java.io.IOException
java.io.IOExceptionpublic ClientYamlTestResponse getRestTestResponse()
public ResponseException getResponseException()
ResponseException. Note that the entity will always be null as it
gets eagerly consumed and exposed through getRestTestResponse().