public class ResponseException
extends java.lang.Exception
| Constructor and Description |
|---|
ResponseException(Response response)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
Response |
getResponse() |
void |
log(Configuration configuration)
Logs the response.
|
public ResponseException(Response response)
public void log(Configuration configuration)
public java.lang.String getCode()
public Response getResponse()
public java.lang.String getDescription()