Class StatusApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.status.v2.StatusApiException
All Implemented Interfaces:
Serializable

public class StatusApiException extends Exception
See Also:
  • Constructor Details

    • StatusApiException

      public StatusApiException(okhttp3.Response response, String responseBody)
  • Method Details

    • getResponse

      public okhttp3.Response getResponse()
    • getResponseBody

      public String getResponseBody()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object