more robustness, now a detailed report is always sent, also if crawling
[utils] / crawler / basic / src / org / wamblee / crawler / AbstractPageRequest.java
index c0284d69bda424e4a16a493abab63e135cb0168c..432ebb4ac4f72010f30bd5371a15cce2d48e4f42 100644 (file)
@@ -252,7 +252,7 @@ public abstract class AbstractPageRequest implements PageRequest {
             // recursion.
         }
         default: {
-            throw new RuntimeException("Method failed: "
+            throw new IOException("Method failed: "
                     + aMethod.getStatusLine());
         }
         }