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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSCIMApiException(SlackConfig config, okhttp3.Response response, String responseBody) SCIMApiException(okhttp3.Response response, String responseBody) SCIMApiException(okhttp3.Response response, String responseBody, SCIMApiErrorResponse error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SCIMApiException
-
SCIMApiException
-
SCIMApiException
-
-
Method Details