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