Class AuditApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.audit.AuditApiException
All Implemented Interfaces:
Serializable

public class AuditApiException extends Exception
See Also:
  • Constructor Details

    • AuditApiException

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

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

      public AuditApiException(okhttp3.Response response, String responseBody, AuditApiErrorResponse error)
  • Method Details