Name

javax.mail.FolderNotFoundException — If one of the Folder methods is passed a nonexistent Folder object, this exception will be thrown.

Synopsis

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

Hierarchy

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

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.