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

de.timroes.axmlrpc.XMLRPCRuntimeException Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package de.timroes.axmlrpc;

/**
 *
 * @author Tim Roes
 */
public class XMLRPCRuntimeException extends RuntimeException {

	public XMLRPCRuntimeException(String ex) {
		super(ex);
	}

	public XMLRPCRuntimeException(Exception ex) {
		super(ex);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy