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

org.moskito.controlagent.endpoints.rmi.RMIEndpointException Maven / Gradle / Ivy

The newest version!
package org.moskito.controlagent.endpoints.rmi;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 09.04.14 16:59
 */
public class RMIEndpointException extends Exception {
 	public RMIEndpointException(String name){
		super(name);
	}
	public RMIEndpointException(String name, Throwable t){
		super(name, t);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy