} catch (JDBCConnectionException e) {
logger.error(Tools.getStackTrace(e));
throw new BDConnectionException();
} catch (Exception e) {
logger.error(Tools.getStackTrace(e));
throw new ServiceInstantationException();
} finally {
logger.debug("Fin ServiceDispatcher");
}
}