Name

javax.mail.FolderClosedException — If a Folder is closed when one tries to operate on a Message within that Folder, this exception will be thrown.

Synopsis

public class FolderClosedException extends MessagingException {
    // Public Constructors
            public FolderClosedException(Folder folder);
            public FolderClosedException(Folder folder, java.lang.String
             message);
    // Public Method
            public Folder getFolder();
}

Hierarchy

java.lang.Object→java.lang.Throwable→java.lang.Exception→javax.mail.
MessagingException→javax.mail.FolderClosedException

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.