Searched defs:IllegalWriteException (Results 1 - 1 of 1) sorted by relevance
/javamail/mail/src/main/java/javax/mail/ | ||
H A D | IllegalWriteException.java | 51 public class IllegalWriteException extends MessagingException { class in inherits:MessagingException 56 * Constructs an IllegalWriteException with no detail message. 58 public IllegalWriteException() { method in class:IllegalWriteException 63 * Constructs an IllegalWriteException with the specified 68 public IllegalWriteException(String s) { method in class:IllegalWriteException 73 * Constructs an IllegalWriteException with the specified 81 public IllegalWriteException(String s, Exception e) { method in class:IllegalWriteException |
Completed in 20 milliseconds