Project

General

Profile

1
package eu.dnetlib.vocabularies.publisher;
2

    
3
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpDocumentNotFoundException;
4

    
5
public class VocabularyNotFoundException extends ISLookUpDocumentNotFoundException {
6

    
7
	private static final long serialVersionUID = 1094941739691827378L;
8

    
9
	public VocabularyNotFoundException(final String message) {
10
		super(message);
11
	}
12

    
13
}
(1-1/2)