Exception: Neo4j::Driver::Exceptions::SecurityRetryableException

Inherits:
SecurityException show all
Defined in:
lib/neo4j/driver/exceptions/security_retryable_exception.rb

Overview

A security exception the driver considers retryable: the auth-token manager handled the underlying security failure (e.g. an expired token), so a managed transaction may retry with a fresh token. Mirrors org.neo4j.driver.exceptions.SecurityRetryableException.

Instance Attribute Summary

Attributes inherited from Neo4jException

#classification, #code, #diagnostic_record, #gql_cause, #gql_status, #raw_classification, #status_description, #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