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

21 lines
499 B
Java
Executable File

package org.gcube.dataanalysis.dataminer.poolmanager.util.exception;
public abstract class DMPMException extends Exception***REMOVED***
***REMOVED****
*
***REMOVED***
private static final long serialVersionUID = 1L;
public DMPMException (String errorMessage)
***REMOVED***
super (errorMessage);
***REMOVED***
public DMPMException(String errorMessage,Throwable cause) ***REMOVED***
super (errorMessage,cause);
***REMOVED***
public abstract String getErrorMessage ();
***REMOVED***