Onboard PNF software version Ui test case
[sdc.git] / ui-ci / src / main / java / org / openecomp / sdc / ci / tests / exception / HomePageRuntimeException.java
index 39bf648..bcb2013 100644 (file)
@@ -19,6 +19,7 @@
 
 package org.openecomp.sdc.ci.tests.exception;
 
+@SuppressWarnings("serial")
 public class HomePageRuntimeException extends RuntimeException {
 
     public HomePageRuntimeException(final String s, final Throwable throwable) {