public class AuditApiException extends Exception
| Constructor and Description |
|---|
AuditApiException(okhttp3.Response response,
String responseBody) |
AuditApiException(okhttp3.Response response,
String responseBody,
AuditApiErrorResponse error) |
AuditApiException(SlackConfig config,
okhttp3.Response response,
String responseBody) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
AuditApiErrorResponse |
getError() |
okhttp3.Response |
getResponse() |
String |
getResponseBody() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AuditApiException(okhttp3.Response response,
String responseBody)
public AuditApiException(SlackConfig config, okhttp3.Response response, String responseBody)
public AuditApiException(okhttp3.Response response,
String responseBody,
AuditApiErrorResponse error)
public okhttp3.Response getResponse()
public String getResponseBody()
public AuditApiErrorResponse getError()
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.