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

com.flynnbuc.httpserverwrapper.exceptions.CouldNotFindIPException Maven / Gradle / Ivy

package com.flynnbuc.httpserverwrapper.exceptions;

public class CouldNotFindIPException extends Exception {
    public CouldNotFindIPException(){ super("Could not find IP Address"); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy