Class UnsupportedClusterVersionException

All Implemented Interfaces:
Serializable

public class UnsupportedClusterVersionException extends HazelcastException
An UnsupportedClusterVersionException is thrown when a Hazelcast Client attempts to connect to a cluster with a configuration that is not supported by the cluster version.

For example, a client configured with routing mode : RoutingMode.SUBSET and RoutingStrategy RoutingStrategy.PARTITION_GROUPS will be unable to connect to a cluster that has a minimum cluster version of less than the supported version of Version#V5_5.

See Also:
  • Constructor Details

    • UnsupportedClusterVersionException

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