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

org.nico.cat.server.exception.runtime.ExecuteMoudleException Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package org.nico.cat.server.exception.runtime;

import org.nico.cat.server.exception.BaseRuntimeException;

public class ExecuteMoudleException extends BaseRuntimeException{

	private static final long serialVersionUID = -9178588800144713211L;

	public ExecuteMoudleException(String arg0) {
		super(arg0);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy