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