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

dev.langchain4j.store.graph.neo4j.Neo4jException Maven / Gradle / Ivy

There is a newer version: 0.36.2
Show newest version
package dev.langchain4j.store.graph.neo4j;

public class Neo4jException extends RuntimeException {

    public Neo4jException(String message, Throwable cause) {

        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy