import de.innovationgate.wga.modules.types.DatabaseServerModuleType;
public class JDBCServerDatabaseRetriever implements ServerDatabaseRetriever {
public DatabaseInformation createDatabase(Class<? extends WGDatabaseCore> implClass, WGDatabaseServer dbServer, Map<String, String> options) throws WGAPIException {
throw new WGNotSupportedException("Creating databases is not supported");
}