Class SCIM2ApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.scim2.SCIM2ApiException
All Implemented Interfaces:
Serializable

public class SCIM2ApiException extends Exception
See Also:
  • Constructor Details

    • SCIM2ApiException

      public SCIM2ApiException(okhttp3.Response response, String responseBody)
    • SCIM2ApiException

      public SCIM2ApiException(SlackConfig config, okhttp3.Response response, String responseBody)
    • SCIM2ApiException

      public SCIM2ApiException(okhttp3.Response response, String responseBody, SCIM2ApiErrorResponse error)
  • Method Details