
edu.stanford.protege.webprotege.mail.MessagingExceptionHandler Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.mail;
import javax.mail.MessagingException;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 05/11/2013
*/
public interface MessagingExceptionHandler {
void handleMessagingException(MessagingException e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy