Package com.slack.api.status.v1
Class LegacyStatusApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.slack.api.status.v1.LegacyStatusApiException
-
- All Implemented Interfaces:
Serializable
public class LegacyStatusApiException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LegacyStatusApiException(okhttp3.Response response, String responseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)okhttp3.ResponsegetResponse()StringgetResponseBody()inthashCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-