public final class MailException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected static String |
GENERIC_ERROR |
protected static String |
INVALID_ENCODING |
protected static String |
INVALID_RECIPIENT |
protected static String |
INVALID_REPLYTO |
protected static String |
INVALID_SENDER |
protected static String |
MISSING_CONTENT |
protected static String |
MISSING_HOST |
protected static String |
MISSING_RECIPIENT |
protected static String |
MISSING_SENDER |
protected static String |
MISSING_SUBJECT |
protected static String |
MISSING_USERNAME |
Modifier | Constructor and Description |
---|---|
protected |
MailException(String message) |
protected |
MailException(String message,
javax.mail.MessagingException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final String GENERIC_ERROR
protected static final String MISSING_HOST
protected static final String MISSING_USERNAME
protected static final String INVALID_ENCODING
protected static final String INVALID_RECIPIENT
protected static final String INVALID_REPLYTO
protected static final String INVALID_SENDER
protected static final String MISSING_SENDER
protected static final String MISSING_RECIPIENT
protected static final String MISSING_SUBJECT
protected static final String MISSING_CONTENT
Copyright © 2015. All rights reserved.