
org.codelibs.elasticsearch.df.DfContentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-dataformat Show documentation
Show all versions of elasticsearch-dataformat Show documentation
This plugin provides several response formats.
package org.codelibs.elasticsearch.df;
public class DfContentException extends DfSystemException {
private static final long serialVersionUID = 1L;
public DfContentException(final String message) {
super(message);
}
public DfContentException(final String message, final Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy