ignore a more genric exception

This commit is contained in:
kimchy 2010-07-20 09:29:10 +03:00
parent 3867591ffa
commit 679f3758b7
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ public class RecoverySource extends AbstractComponent {
} catch (Exception e) {
try {
channel.sendResponse(e);
} catch (IOException e1) {
} catch (Exception e1) {
// ignore
}
}