Skip to content

Commit a3b1a9f

Browse files
committed
Removed unused exception meesages, now that they are only used in the Mailer level
1 parent 1709fc2 commit a3b1a9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/simple-java-mail/src/main/java/org/simplejavamail/mailer/internal/MailerException.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
*/
88
class MailerException extends MailException {
99

10-
// FIXME not used anymore?
11-
static final String ERROR_READING_SMIME_FROM_INPUTSTREAM = "Was unable to read S/MIME data from input stream";
12-
static final String ERROR_READING_FROM_PEM_INPUTSTREAM = "Was unable to convert PEM data to X509 certificate";
13-
static final String ERROR_LOADING_PROVIDER_FOR_SMIME_SUPPORT = "Unable to load certificate (missing bouncy castle), is the S/MIME module on the class path?";
14-
static final String ERROR_READING_FROM_FILE = "Error reading from file: %s";
1510
static final String MISSING_OAUTH2_TOKEN = "TransportStrategy is OAUTH2 but no OAUTH2 token provided as password";
1611
static final String INVALID_PROXY_SLL_COMBINATION = "Proxy is not supported for SSL connections (this is a limitation by the underlying JavaMail framework)";
1712
static final String ERROR_CONNECTING_SMTP_SERVER = "Was unable to connect to SMTP server";

0 commit comments

Comments
 (0)