
org.codelibs.elasticsearch.analyze.exception.AnalyzeApiRequestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-analyze-api Show documentation
Show all versions of elasticsearch-analyze-api Show documentation
This plugin provides a feature to analyze texts.
The newest version!
package org.codelibs.elasticsearch.analyze.exception;
public class AnalyzeApiRequestException extends RuntimeException {
private static final long serialVersionUID = 1L;
public AnalyzeApiRequestException(String message, Throwable cause) {
super(message, cause);
}
public AnalyzeApiRequestException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy