Exception: Neo4j::Driver::Exceptions::TokenExpiredException

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

Overview

The provided token has expired. <p> The current driver instance is considered invalid. It should not be used anymore. The client must create a new driver instance with a valid token. <p> Error code: Neo.ClientError.Security.TokenExpired

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