Code Review
/
so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e0f88a20a5ebed82ed51469336c4676689a9c40a
[so.git]
/
1
package org.onap.so.bpmn.infrastructure.sdnc.exceptions;
2
3
public class SDNCErrorResponseException extends Exception {
4
5
/**
6
*
7
*/
8
private static final long serialVersionUID = 7807799223298140702L;
9
10
public SDNCErrorResponseException(String message) {
11
super(message);
12
}
13
}