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

20 lines
457 B
Java
Raw Normal View History

package org.gcube.dataanalysis.dataminer.poolmanager.util.exception;
public class EMailException extends Exception ***REMOVED***
***REMOVED****
*
***REMOVED***
private static final long serialVersionUID = 1L;
public EMailException() ***REMOVED***
super ("Unable to send email notification");
***REMOVED***
public EMailException(Throwable cause) ***REMOVED***
super ("Unable to send email notification",cause);
***REMOVED***
***REMOVED***