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