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

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

package com.fathzer.soft.jclop;

import java.io.IOException;

/** Encapsulates all exceptions that occurs while communication with the remote host.
 * 
All exceptions throwned by service extends this class. * @author Jean-Marc Astesana */ public abstract class JClopException extends IOException { private static final long serialVersionUID = 1L; public JClopException(Throwable cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy