Package com.slack.api.scim
Class SCIMApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.scim.SCIMApiException
- All Implemented Interfaces:
Serializable
public class SCIMApiException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SCIMApiException(SlackConfig config, okhttp3.Response response, String responseBody)SCIMApiException(okhttp3.Response response, String responseBody)SCIMApiException(okhttp3.Response response, String responseBody, SCIMApiErrorResponse error) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)SCIMApiErrorResponsegetError()okhttp3.ResponsegetResponse()StringgetResponseBody()inthashCode()StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SCIMApiException
-
SCIMApiException
-
SCIMApiException
public SCIMApiException(okhttp3.Response response, String responseBody, SCIMApiErrorResponse error)
-
-
Method Details