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