Class RequestFailureException

All Implemented Interfaces:
Serializable

public class RequestFailureException extends RuntimeException
See Also:
  • Constructor Details

    • RequestFailureException

      public RequestFailureException(String url, int responseCode, String responseBody)
  • Method Details

    • getUrl

      public String getUrl()
    • getResponseCode

      public int getResponseCode()
    • getResponseBody

      public String getResponseBody()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable