All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.crabshue.commons.mail.exceptions.MailErrorContext Maven / Gradle / Ivy

package com.crabshue.commons.mail.exceptions;

import com.crabshue.commons.exceptions.context.ErrorContext;

/**
 * {@link ErrorContext} related to file operations.
 *
 */
public enum MailErrorContext implements ErrorContext {
    FILES
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy