Class ClientNotAllowedInClusterException

All Implemented Interfaces:
Serializable

public class ClientNotAllowedInClusterException
extends HazelcastException
A HazelcastException that is thrown when the client can not use a cluster. Examples:
  • Cluster blacklisted the client
  • Cluster partition counts are different between alternative clusters
See Also:
Serialized Form
  • Constructor Details

    • ClientNotAllowedInClusterException

      public ClientNotAllowedInClusterException​(String message)
      Creates a ClientNotAllowedInClusterException with the given message.
      Parameters:
      message - the message.