public class ResponseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ResponseException(Response aResponse)
Creates a new ResponseException.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getResponse()
Returns the response.
|
int |
getResponseCode()
Returns the response code.
|