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

org.coweb.oe.OperationEngineException Maven / Gradle / Ivy

The newest version!
package org.coweb.oe;

public class OperationEngineException extends Exception {

	public OperationEngineException(String string) {
		// TODO Auto-generated constructor stub
		super(string);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy