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:
  • Constructor Details

    • LegacyStatusApiException

      public LegacyStatusApiException(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