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

me.wuwenbin.modules.mongodb.support.exception.PortNotMatchHostException Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.mongodb.support.exception;

/**
 * Created by wuwenbin on 2017/4/23.
 */
public class PortNotMatchHostException extends RuntimeException {
    public PortNotMatchHostException() {
        super();
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy