Class Neo4jException

    • Constructor Detail

      • Neo4jException

        public Neo4jException​(String message)
        Neo4jException constructor with message.
        Parameters:
        message - parameter
      • Neo4jException

        public Neo4jException​(String message,
                              Throwable cause)
        Neo4jException constructor with message and throwable.
        Parameters:
        message - parameter
        cause - parameter