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

org.codelibs.elasticsearch.ElasticsearchFessSuggestException Maven / Gradle / Ivy

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