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

/javamail/mail/src/main/java/com/sun/mail/util/
H A DMessageRemovedIOException.java55 public class MessageRemovedIOException extends IOException { class in inherits:IOException
60 * Constructs a MessageRemovedIOException with no detail message.
62 public MessageRemovedIOException() { method in class:MessageRemovedIOException
67 * Constructs a MessageRemovedIOException with the specified detail message.
70 public MessageRemovedIOException(String s) { method in class:MessageRemovedIOException

Completed in 8 milliseconds