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

com.cisco.oss.foundation.cluster.masterslave.consul.ConsulException Maven / Gradle / Ivy

Go to download

This project is a multi data center supported master slave cluster manager library

There is a newer version: 1.3.1-2
Show newest version
package com.cisco.oss.foundation.cluster.masterslave.consul;

/**
 * Created by Yair Ogen (yaogen) on 14/03/2016.
 */
public class ConsulException extends RuntimeException {

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

    public ConsulException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy