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

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