Class ClientNotAllowedInClusterException

All Implemented Interfaces:
Serializable

public class ClientNotAllowedInClusterException
extends HazelcastException
A HazelcastException that is thrown when client can not use this cluster. Example; - Cluster blacklisted client - Client and cluster partition count is different
See Also:
Serialized Form
  • Constructor Details

    • ClientNotAllowedInClusterException

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