Class UnsupportedRoutingModeException

All Implemented Interfaces:
Serializable

public class UnsupportedRoutingModeException extends HazelcastException
An UnsupportedRoutingModeException is thrown when a Hazelcast Client is configured with a RoutingMode that is not supported by the cluster.

For example, a client configured with routing mode : RoutingMode.SUBSET and RoutingStrategy RoutingStrategy.PARTITION_GROUPS will be unable to connect to a cluster that is not correctly licensed to send partition group info.

See Also:
  • Constructor Details

    • UnsupportedRoutingModeException

      public UnsupportedRoutingModeException(String message)
      Creates an UnsupportedRoutingModeException with the given message.
      Parameters:
      message - the message for the exception