mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-20 22:41:41 +00:00
Downgrade Throwable to Exception.
This commit is contained in:
@@ -315,7 +315,7 @@ public class AMQPUrlReceiver implements Lifecycle, ApplicationListener<CrawlStat
|
||||
logger.log(Level.SEVERE,
|
||||
"problem creating CrawlURI from json received via AMQP "
|
||||
+ decodedBody, e);
|
||||
} catch (Throwable e) {
|
||||
} catch (Exception e) {
|
||||
logger.log(Level.SEVERE,
|
||||
"Unanticipated problem creating CrawlURI from json received via AMQP "
|
||||
+ decodedBody, e);
|
||||
|
||||
Reference in New Issue
Block a user