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

25 lines
483 B
Java
Executable File

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