Class ServiceUnavailableException

All Implemented Interfaces:
Serializable, RetryableException
Direct Known Subclasses:
ConnectionReadTimeoutException

public class ServiceUnavailableException extends Neo4jException implements RetryableException
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
Since:
1.1
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String message)
      Creates a new instance.
      Parameters:
      message - the message
    • ServiceUnavailableException

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