Exception: Neo4j::Driver::Exceptions::SecurityException

Inherits:
ClientException show all
Defined in:
lib/neo4j/driver/exceptions/security_exception.rb

Overview

Failed to communicate with the server due to security errors. When this type of error happens, the security cause of the error should be fixed to ensure the safety of your data. Restart of server/driver/cluster might be required to recover from this error.

Since:

  • 1.1

Instance Attribute Summary

Attributes inherited from Neo4jException

#code, #suppressed

Method Summary

Methods inherited from ClientException

unable_to_convert

Methods inherited from Neo4jException

#add_suppressed, #initialize

Constructor Details

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