public class ClientNotAllowedInClusterException extends HazelcastException
HazelcastException that is thrown when client can not use this cluster. Example;
 - Cluster blacklisted client
 - Client and cluster partition count is different| Constructor and Description | 
|---|
| ClientNotAllowedInClusterException(String message)Creates a AuthenticationException with the given message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientNotAllowedInClusterException(String message)
message - the message.Copyright © 2020 Hazelcast, Inc.. All rights reserved.