[SDNGC-5] summary
[sdnc/core.git] / sli / common / src / main / java / org / openecomp / sdnc / sli / SvcLogicDblibStore.java
old mode 100644 (file)
new mode 100755 (executable)
index db8ef15..e3bd099
@@ -189,8 +189,10 @@ public class SvcLogicDblibStore implements SvcLogicStore {
                        } else {
                                return (null);
                        }
-               } catch (Exception e) {
+               } catch (SQLException e) {
                        throw new ConfigurationException("SQL query failed", e);
+               } catch (Exception e) {
+                       throw new ConfigurationException("Graph processing failed", e);
                } finally {
                        if (results != null) {
                                try {