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

com.fathzer.soft.jclop.UnreachableHostException Maven / Gradle / Ivy

package com.fathzer.soft.jclop;

/** Signals that the remote host is not reachable.
 * 
The most common cause is "there is no Internet connection". * @author Jean-Marc Astesana */ public class UnreachableHostException extends JClopException { private static final long serialVersionUID = 1L; public UnreachableHostException(Throwable cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy