Code Review
/
so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3bc57a886a2919be6ad31d4a05df939eaa75f959
[so.git]
/
1
package org.onap.so.cloud.authentication;
2
3
public class ServiceEndpointNotFoundException extends RuntimeException {
4
5
private static final long serialVersionUID = -5347215451284361397L;
6
7
public ServiceEndpointNotFoundException(String message) {
8
super(message);
9
}
10
}