//errors and warnings are being logged //in case of fatal errors, the exception is propagated //to the app. _logger.log(Level.SEVERE, "acc.handler_error", e.getMessage());
throw e;
_logger.log(Level.WARNING, "acc.handler_warning", e.getMessage());