try{ this.service.deleteAccount(account); }catch (ServiceException e) { LOG.error("Can't delete account -- "+e.getMessage(),e); throw e; }