All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hazelcast.client.HazelcastClientNotActiveException Maven / Gradle / Ivy

package com.hazelcast.client;

/**
 * Thrown when Hazelcast client is not active during an invocation.
 */
public class HazelcastClientNotActiveException extends IllegalStateException {

    public HazelcastClientNotActiveException(String message) {
        super(message);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy