Module jakarta.mail
Package jakarta.mail

Class FolderClosedException

java.lang.Object
All Implemented Interfaces:
Serializable

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.

See Also: