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***