Merge "Move RefreshConfigTask under tasks"
[nonrtric.git] / sdnc-a1-controller / northbound / nonrt-ric-api / provider / src / main / java / org / onap / sdnc / northbound / exceptions / NearRtRicNotFoundException.java
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 }