
com.cisco.oss.foundation.cluster.mongo.MissingMongoConfigException 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.mongo;
/**
* Created by Yair Ogen (yaogen) on 09/02/2016.
*/
public class MissingMongoConfigException extends IllegalArgumentException {
public MissingMongoConfigException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy