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:
  • Constructor Details

    • SCIMApiException

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

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

      public SCIMApiException(okhttp3.Response response, String responseBody, SCIMApiErrorResponse error)
  • Method Details