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

io.inbot.elasticsearch.exceptions.EsNotFoundException Maven / Gradle / Ivy

package io.inbot.elasticsearch.exceptions;

public class EsNotFoundException extends RuntimeException {
    private static final long serialVersionUID = 503732628676593718L;

    public EsNotFoundException() {
        super("not found");
    }

    public EsNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy