All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.dsf.fhir.function.SupplierWithSqlAndResourceNotFoundAndResouceVersionNoMatchException Maven / Gradle / Ivy

package dev.dsf.fhir.function;

import java.sql.SQLException;

import dev.dsf.fhir.dao.exception.ResourceNotFoundException;
import dev.dsf.fhir.dao.exception.ResourceVersionNoMatchException;

@FunctionalInterface
public interface SupplierWithSqlAndResourceNotFoundAndResouceVersionNoMatchException
{
	R get() throws SQLException, ResourceNotFoundException, ResourceVersionNoMatchException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy