Class DiscoveryException

All Implemented Interfaces:
Serializable

public class DiscoveryException extends Neo4jException
An error has happened while getting routing table with a remote server. While this error is not fatal and we might be able to recover if we continue trying on another server. If we fail to get a valid routing table from all routing servers known to this driver, then we will end up with a fatal error ServiceUnavailableException.

If you see this error in your logs, it is safe to ignore if your cluster is temporarily changing structure during that time.

See Also:
  • Constructor Details

    • DiscoveryException

      public DiscoveryException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - the message
      cause - the cause