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
public class AuditApiException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuditApiException(SlackConfig config, okhttp3.Response response, String responseBody)AuditApiException(okhttp3.Response response, String responseBody)AuditApiException(okhttp3.Response response, String responseBody, AuditApiErrorResponse error) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AuditApiErrorResponsegetError()okhttp3.ResponsegetResponse()StringgetResponseBody()inthashCode()StringtoString()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