org.nico.cat.server.exception.runtime.ExecuteMoudleException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nocat Show documentation
Show all versions of nocat Show documentation
Java-based service container
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