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