org.nlpcn.es4sql.jdbc.ObjectResultsExtractException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-sql Show documentation
Show all versions of elasticsearch-sql Show documentation
Query elasticsearch using SQL
The newest version!
package org.nlpcn.es4sql.jdbc;
/**
* Created by allwefantasy on 8/30/16.
*/
public class ObjectResultsExtractException extends Exception {
public ObjectResultsExtractException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy