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

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

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

/**
 * Will be thrown when a call to the server times out. The timeout can be 
 * set via {@link XMLRPCClient#setTimeout(int)}.
 * 
 * @author Tim Roes 
 */
public class XMLRPCTimeoutException extends XMLRPCException {

	XMLRPCTimeoutException(String ex) {
		super(ex);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy