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

com.hazelcast.cluster.ConfigMismatchException Maven / Gradle / Ivy

There is a newer version: 5.4.0
Show newest version
package com.hazelcast.cluster;

import com.hazelcast.core.HazelcastException;

/**
 * Exception thrown when 2 nodes want to join, but there configuration doesn't match
 */
public class ConfigMismatchException extends HazelcastException {
    public ConfigMismatchException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy