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