public class DataSiftException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected io.higgs.http.client.Response |
response |
| Constructor and Description |
|---|
DataSiftException(String msg) |
DataSiftException(String msg,
Throwable cause) |
DataSiftException(String s,
Throwable throwable,
io.higgs.http.client.Response response) |
| Modifier and Type | Method and Description |
|---|---|
io.higgs.http.client.Response |
getResponse()
Gets the response which cause the exception, IF AVAILABLE.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataSiftException(String msg)
Copyright © 2015. All Rights Reserved.