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

27 lines
488 B
Java
Executable File

package org.gcube.dataanalysis.dataminer.poolmanager.util.exception;
public class GenericException extends DMPMException ***REMOVED***
***REMOVED****
*
***REMOVED***
private static final long serialVersionUID = 6772009633547404120L;
public GenericException(Throwable cause) ***REMOVED***
super ("Generic exception",cause);
***REMOVED***
***REMOVED***
public String getErrorMessage() ***REMOVED***
return this.getCause().getMessage();
***REMOVED***
***REMOVED***