Package com.hazelcast.client
Class ClientNotAllowedInClusterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.client.ClientNotAllowedInClusterException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientNotAllowedInClusterException extends HazelcastException
AHazelcastException
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 Summary
Constructors Constructor Description ClientNotAllowedInClusterException(java.lang.String message)
Creates a ClientNotAllowedInClusterException with the given message.
-