Class HTTPException

    • Constructor Detail

      • HTTPException

        public HTTPException​(int responseCode,
                             String responseMessage,
                             URL url)
    • Method Detail

      • getResponseCode

        public int getResponseCode()
      • getResponseMessage

        public String getResponseMessage()
      • getUrl

        public URL getUrl()