dataminer-pool-manager/src/main/java/org/gcube/dataanalysis/dataminer/poolmanager/util/exception/AlgorithmException.java

27 lines
538 B
Java
Executable File

package org.gcube.dataanalysis.dataminer.poolmanager.util.exception;
public class AlgorithmException extends Exception ***REMOVED***
***REMOVED****
*
***REMOVED***
private static final long serialVersionUID = -5678597187512954288L;
public AlgorithmException ()
***REMOVED***
super ();
***REMOVED***
public AlgorithmException (String message)
***REMOVED***
super (message);
***REMOVED***
public AlgorithmException (String message, Throwable cause)
***REMOVED***
super (message, cause);
***REMOVED***
***REMOVED***