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 differentConstructor and Description |
---|
ClientNotAllowedInClusterException(String message)
Creates a AuthenticationException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientNotAllowedInClusterException(String message)
message
- the message.Copyright © 2020 Hazelcast, Inc.. All rights reserved.