package org.gcube.dataanalysis.dataminer.poolmanager.util.exception; public class AlgorithmException extends DMPMException***REMOVED*** ***REMOVED**** * ***REMOVED*** private static final long serialVersionUID = -5678597187512954288L; private String algorithmName; public AlgorithmException (String algorithmName) ***REMOVED*** super ("Algorithm exception"); this.algorithmName = algorithmName; ***REMOVED*** public AlgorithmException (String algorithmName, Throwable cause) ***REMOVED*** super ("Algorithm exception", cause); this.algorithmName = algorithmName; ***REMOVED*** ***REMOVED*** public String getErrorMessage() ***REMOVED*** return "Installation completed but DataMiner Interface not working correctly or files " + this.algorithmName + ".jar and " + this.algorithmName + "_interface.jar not availables at the expected path"; ***REMOVED*** ***REMOVED***