Support concurrent requests to create schema sets
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / exceptions / AnchorNotFoundException.java
index 847959f..d346c41 100755 (executable)
@@ -20,6 +20,7 @@
 \r
 package org.onap.cps.spi.exceptions;\r
 \r
+@SuppressWarnings("squid:S110") // Team agreed to accept 6 levels of inheritance for CPS Exceptions\r
 public class AnchorNotFoundException extends CpsAdminException {\r
 \r
     private static final long serialVersionUID = -1821064664642194882L;\r