Some bug fixes and Minor Chages.
[music.git] / src / main / java / org / onap / music / service / MusicCoreService.java
index a50e7c2..9bbef9c 100644 (file)
@@ -51,7 +51,7 @@ public interface MusicCoreService {
         PreparedQueryObject queryObject, String lockId, Condition conditionInfo);
 
     public ResultType nonKeyRelatedPut(PreparedQueryObject queryObject, String consistency)
-        throws MusicServiceException;
+        throws MusicServiceException,MusicQueryException;
 
     public ResultSet get(PreparedQueryObject queryObject) throws MusicServiceException;