public class DataSiftException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected io.higgs.http.client.Response |
response |
| Constructor and Description |
|---|
DataSiftException(java.lang.String msg) |
DataSiftException(java.lang.String msg,
java.lang.Throwable cause) |
DataSiftException(java.lang.String s,
java.lang.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.
|
public DataSiftException(java.lang.String msg)
public DataSiftException(java.lang.String msg,
java.lang.Throwable cause)
public DataSiftException(java.lang.String s,
java.lang.Throwable throwable,
io.higgs.http.client.Response response)
Copyright © 2017. All Rights Reserved.