julio 2017-03-13 17:46:20 +00:00
parent 4d2d0c3a04
commit 1f8674f41d
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ public class RutaServiceImpl implements RutaService {
return true; return true;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
throw new BusinessException(e.getMessage()); throw new BusinessException(e.getMessage());
} }
} }