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

eu.sealsproject.platform.res.tool.api.PluginException Maven / Gradle / Ivy

The newest version!
package eu.sealsproject.platform.res.tool.api;

public class PluginException
        extends Exception {

    private static final long serialVersionUID = -8845163254920778330L;

    public PluginException(String message, Throwable cause) {
        super(message, cause);
    }

    public PluginException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy