Exception: Neo4j::Driver::Exceptions::SecurityException
- Inherits:
-
ClientException
- Object
- RuntimeError
- Neo4jException
- ClientException
- Neo4j::Driver::Exceptions::SecurityException
- 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.
Direct Known Subclasses
AuthenticationException, AuthorizationExpiredException, TokenExpiredException
Instance Attribute Summary
Attributes inherited from Neo4jException
Method Summary
Methods inherited from ClientException
Methods inherited from Neo4jException
Constructor Details
This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException