Class HttpException

    • Method Detail

      • getResponseCode

        public int getResponseCode()
        Http response code of the request that cause the exception.
        Returns:
        -1 if no code can be discerned.
      • getResponseMessage

        public String getResponseMessage()
        Http response message of the request that cause the exception.
        Returns:
        null if no response message can be discerned.
      • getUrl

        public String getUrl()
        The http URL that caused the exception.
        Returns:
        url url