=== modified file 'dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/dashboard/provider/RssContentProvider.java' --- dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/dashboard/provider/RssContentProvider.java 2011-12-26 10:07:59 +0000 +++ dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/dashboard/provider/RssContentProvider.java 2012-01-11 19:18:19 +0000 @@ -29,7 +29,6 @@ import static org.hisp.dhis.system.util.MathUtils.getMax; -import java.io.IOException; import java.net.MalformedURLException; import java.util.ArrayList; import java.util.HashMap; @@ -123,7 +122,7 @@ { throw new RuntimeException( "Malformed RSS URL", ex ); } - catch ( IOException ex ) + catch ( Exception ex ) { log.error( "Error while reading RSS, you are probably not connected to the internet", ex );