Package com.slack.api.scim
Class SCIMApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.scim.SCIMApiException
- All Implemented Interfaces:
java.io.Serializable
public class SCIMApiException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SCIMApiException(SlackConfig config, okhttp3.Response response, java.lang.String responseBody)SCIMApiException(okhttp3.Response response, java.lang.String responseBody)SCIMApiException(okhttp3.Response response, java.lang.String responseBody, SCIMApiErrorResponse error) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)SCIMApiErrorResponsegetError()okhttp3.ResponsegetResponse()java.lang.StringgetResponseBody()inthashCode()java.lang.StringtoString()
-
Constructor Details
-
SCIMApiException
public SCIMApiException(okhttp3.Response response, java.lang.String responseBody) -
SCIMApiException
public SCIMApiException(SlackConfig config, okhttp3.Response response, java.lang.String responseBody) -
SCIMApiException
public SCIMApiException(okhttp3.Response response, java.lang.String responseBody, SCIMApiErrorResponse error)
-
-
Method Details
-
getResponse
public okhttp3.Response getResponse() -
getResponseBody
public java.lang.String getResponseBody() -
getError
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Throwable
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-