1 package org.onap.ccsdk.dashboard.exceptions.inventory;
3 public class ServiceTypeNotFoundException extends Exception {
5 private static final long serialVersionUID = 1218738334353236154L;
7 public ServiceTypeNotFoundException() { super(); }
9 public ServiceTypeNotFoundException (String message) {