Uses of Class
org.neo4j.driver.exceptions.ServiceUnavailableException
-
Uses of ServiceUnavailableException in org.neo4j.driver.exceptions
Modifier and TypeClassDescriptionclass
Indicates that read timed out due to it taking longer than the server-supplied timeout value via theconnection.recv_timeout_seconds
configuration hint. -
Uses of ServiceUnavailableException in org.neo4j.driver.internal.util
Modifier and TypeMethodDescriptionstatic ServiceUnavailableException
ErrorUtil.newConnectionTerminatedError()
static ServiceUnavailableException
ErrorUtil.newConnectionTerminatedError
(String reason)