Package com.slack.api.scim2
Class SCIM2ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.scim2.SCIM2ApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSCIM2ApiException(SlackConfig config, okhttp3.Response response, String responseBody) SCIM2ApiException(okhttp3.Response response, String responseBody) SCIM2ApiException(okhttp3.Response response, String responseBody, SCIM2ApiErrorResponse error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SCIM2ApiException
-
SCIM2ApiException
-
SCIM2ApiException
public SCIM2ApiException(okhttp3.Response response, String responseBody, SCIM2ApiErrorResponse error)
-
-
Method Details