1 package org.onap.so.bpmn.servicedecomposition.bbobjects.wrappers.exceptions;
3 public class ServiceProxyNotFoundException extends Exception {
5 private static final long serialVersionUID = 717577158109655720L;
7 public ServiceProxyNotFoundException() {
11 public ServiceProxyNotFoundException(String message) {