|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.FolderClosedException
public class FolderClosedException
An exception thrown when a method is invoked on a closed folder or one of its messages. The folder may be reopened.
| Constructor Summary | |
|---|---|
FolderClosedException(Folder folder)
|
|
FolderClosedException(Folder folder,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
Folder |
getFolder()
Returns the folder. |
| Methods inherited from class javax.mail.MessagingException |
|---|
getMessage, getNextException, printStackTrace, printStackTrace, setNextException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FolderClosedException(Folder folder)
public FolderClosedException(Folder folder,
java.lang.String message)
| Method Detail |
|---|
public Folder getFolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||