
org.codelibs.elasticsearch.ElasticsearchFessSuggestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-fess-suggest Show documentation
Show all versions of elasticsearch-fess-suggest Show documentation
elasticsearch elasticsearch-fess-suggest plugin
The newest version!
package org.codelibs.elasticsearch;
public class ElasticsearchFessSuggestException extends Exception {
public ElasticsearchFessSuggestException() {
super();
}
public ElasticsearchFessSuggestException(final String msg) {
super(msg);
}
public ElasticsearchFessSuggestException(final Throwable t) {
super(t);
}
public ElasticsearchFessSuggestException(final String msg, final Throwable t) {
super(msg, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy