Package javax.mail
Class FolderClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.FolderClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class FolderClosedException extends MessagingException
An exception thrown when a method is invoked on a closed folder or one of its messages. The folder may be reopened.- Version:
- 1.4
- Author:
- Chris Burdess
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FolderClosedException(Folder folder)
FolderClosedException(Folder folder, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Folder
getFolder()
Returns the folder.-
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
-
-