Uses of Class
org.apache.commons.mail2.core.EmailException
-
Uses of EmailException in org.apache.commons.mail2.core
Methods in org.apache.commons.mail2.core that throw EmailExceptionModifier and TypeMethodDescriptionstatic <V> V
static <T> T
static String
EmailException.checkNonEmpty
(String value, Supplier<String> message) static <T> Collection<T>
EmailException.checkNonEmpty
(Collection<T> value, Supplier<String> message) static <T> T[]
EmailException.checkNonEmpty
(T[] value, Supplier<String> message) static <T> T
EmailException.checkNonNull
(T test, Supplier<String> message)