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

com.socialmetrix.mail.exceptions.MailBuilderException Maven / Gradle / Ivy

The newest version!
package com.socialmetrix.mail.exceptions;

public class MailBuilderException extends RuntimeException {
	private static final long serialVersionUID = 566477225172639506L;

	public MailBuilderException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy