This commit is contained in:
U-BASIS\dgrove 2017-11-13 16:28:55 -05:00
parent 5edea4c595
commit e63c7d8723

View File

@ -2807,7 +2807,7 @@ final class AutoIngestManager extends Observable implements PropertyChangeListen
}
}
} catch (Exception ex) {
} catch (CoordinationServiceException | InterruptedException ex) {
SYS_LOGGER.log(Level.SEVERE, "Unexpected exception in PeriodicJobStatusEventTask", ex); //NON-NLS
}
}