924d9eda879164a44637764b0554ffe02a308da2
[so.git] /
1 package org.onap.so.bpmn.servicedecomposition.bbobjects.wrappers.exceptions;
2
3 public class ServiceProxyNotFoundException extends Exception {
4
5     private static final long serialVersionUID = 717577158109655720L;
6
7     public ServiceProxyNotFoundException() {
8         super();
9     }
10
11     public ServiceProxyNotFoundException(String message) {
12         super(message);
13     }
14 }