javax.mail

Class FolderClosedException


public class FolderClosedException
extends MessagingException

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.

Constructor Summary

FolderClosedException(Folder folder)
FolderClosedException(Folder folder, String message)

Method Summary

Folder
getFolder()
Returns the dead Folder object

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

FolderClosedException

public FolderClosedException(Folder folder)


FolderClosedException

public FolderClosedException(Folder folder,
                             String message)

Method Details

getFolder

public Folder getFolder()
Returns the dead Folder object