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

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

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

public class ToolBridgeException
        extends PluginException {

    private static final long serialVersionUID = -3651148129040726490L;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy