Class SlackApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.methods.SlackApiException
All Implemented Interfaces:
Serializable

public class SlackApiException extends Exception
See Also:
  • Constructor Details

    • SlackApiException

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

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

      public SlackApiException(okhttp3.Response response, String responseBody, SlackApiErrorResponse error)
  • Method Details