Class FatalDiscoveryException

All Implemented Interfaces:
Serializable

public class FatalDiscoveryException extends ClientException
This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist. This exception should not be retried.
Since:
4.0
See Also:
  • Constructor Details

    • FatalDiscoveryException

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

      @Deprecated public FatalDiscoveryException(String code, String message)
      Deprecated.
      Creates a new instance.
      Parameters:
      code - the code
      message - the message
    • FatalDiscoveryException

      @Preview(name="GQL-error") public FatalDiscoveryException(String gqlStatus, String statusDescription, String code, String message, Map<String,Value> diagnosticRecord, Throwable cause)
      Creates a new instance.
      Parameters:
      gqlStatus - the GQLSTATUS as defined by the GQL standard
      statusDescription - the status description
      code - the code
      message - the message
      diagnosticRecord - the diagnostic record
      cause - the cause
      Since:
      5.26.0