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

com.megaport.api.exceptions.UnreachableHostException Maven / Gradle / Ivy

The newest version!
package com.megaport.api.exceptions;

/**
 * Created by adam.wells on 17/06/2016.
 */
public class UnreachableHostException extends RuntimeException{

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy