Class ClientNotAllowedInClusterException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      ClientNotAllowedInClusterException​(java.lang.String message)
      Creates a ClientNotAllowedInClusterException with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClientNotAllowedInClusterException

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