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