javax.mail
Class FolderClosedException
public class FolderClosedException
This exception is thrown when a method is invoked on a Messaging object
and the Folder that owns that object has died due to some reason.
Following the exception, the Folder is reset to the "closed" state. All
messaging objects owned by the Folder should be considered invalid.
The Folder can be reopened using the "open" method to reestablish the
lost connection.
The
getMessage()
method returns more detailed information
about the error that caused this exception.
FolderClosedException
public FolderClosedException(Folder folder)
FolderClosedException
public FolderClosedException(Folder folder,
String message)
getFolder
public Folder getFolder()
Returns the dead Folder object