![JAR search and dependency download from the Maven repository](/logo.png)
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