Searched defs:SendFailedException (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DSendFailedException.java58 public class SendFailedException extends MessagingException { class in inherits:MessagingException
66 * Constructs a SendFailedException with no detail message.
68 public SendFailedException() { method in class:SendFailedException
73 * Constructs a SendFailedException with the specified detail message.
76 public SendFailedException(String s) { method in class:SendFailedException
81 * Constructs a SendFailedException with the specified
89 public SendFailedException(String s, Exception e) { method in class:SendFailedException
95 * Constructs a SendFailedException with the specified string
106 public SendFailedException(String msg, Exception ex, Address[] validSent, method in class:SendFailedException

Completed in 7 milliseconds