Exception: Neo4j::Driver::Exceptions::DatabaseException

Inherits:
Neo4jException
  • Object
show all
Defined in:
lib/neo4j/driver/exceptions/database_exception.rb

Overview

A DatabaseException indicates that there is a problem within the underlying database. The error code provided can be used to determine further detail for the problem.

Since:

  • 1.0

Instance Attribute Summary

Attributes inherited from Neo4jException

#code, #suppressed

Method Summary

Methods inherited from Neo4jException

#add_suppressed, #initialize

Constructor Details

This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException