@@ -1052,6 +1052,7 @@ public class LapiServiceImpl implements ILapiService {
} catch (Exception ex) {
log.error(ex.getMessage(), ex);
+ throw new Exception(ex.getMessage());
}