Class WebException

    • Field Detail

      • httpResponse

        @Nullable
        protected final @Nullable org.apache.http.HttpResponse httpResponse
    • Constructor Detail

      • WebException

        public WebException​(String message,
                            @Nullable
                            @Nullable org.apache.http.HttpResponse httpResponse,
                            Throwable cause)
    • Method Detail

      • getHttpResponse

        @Nullable
        public @Nullable org.apache.http.HttpResponse getHttpResponse()
      • getStatusCode

        @Nullable
        public @Nullable Integer getStatusCode()