
com.cisco.oss.foundation.cluster.masterslave.consul.ConsulException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of master-slave Show documentation
Show all versions of master-slave Show documentation
This project is a multi data center supported master slave cluster manager library
The 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