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
All Methods Instance Methods Concrete Methods 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 Detail
-
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 Detail
-
getResponse
public okhttp3.Response getResponse()
-
getResponseBody
public String getResponseBody()
-
getError
public AuditApiErrorResponse getError()
-
canEqual
protected boolean canEqual(Object other)
-
-