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

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

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

public class ToolException
        extends ToolBridgeException {

    private static final long serialVersionUID = -3651148129040726490L;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy