1754bfa41f4130b5ff65bc4e6e940700f0b1067a
[nonrtric.git] /
1 package org.onap.sdnc.northbound.exceptions;
2
3 public class NearRtRicNotFoundException extends RuntimeException {
4
5     /**
6      *
7      */
8     private static final long serialVersionUID = -4503072266424371087L;
9
10     public NearRtRicNotFoundException(String message) {
11         super(message);
12     }
13
14 }