aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/openecomp/vid/aai/exceptions/InvalidAAIResponseException.java
blob: f84c09afadf28de7b8c9e2e5584dae61551b5104 (plain)
1
2
3
4
5
6
7
package org.openecomp.vid.aai.exceptions;

/**
 * Created by Oren on 7/4/17.
 */
public class InvalidAAIResponseException extends Exception {
}