package eu.dnetlib.api.data;

import eu.dnetlib.api.DriverServiceException;

public class IndexServiceException extends DriverServiceException {
	private static final long serialVersionUID = 3390962667213486580L;

	public IndexServiceException(String message) {
		super(message);
	}
}
