Fix code smells
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / exceptions / SchemaSetAlreadyDefinedException.java
index b376672..1e0b8db 100644 (file)
 
 package org.onap.cps.spi.exceptions;
 
+/**
+ * Schema set already defined exception. Indicates the a schema set with same name already exists in the same dataspace
+ */
+
+@SuppressWarnings("squid:S110")  // Team agreed to accept 6 levels of inheritance for CPS Exceptions
 public class SchemaSetAlreadyDefinedException extends CpsAdminException {
 
     private static final long serialVersionUID = 501929839139881112L;