|
|||||||||||
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.ReadOnlyFolderException
Field Summary | |
private Folder |
_folder
|
Fields inherited from class javax.mail.MessagingException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ReadOnlyFolderException(Folder folder)
|
|
ReadOnlyFolderException(Folder folder,
java.lang.String message)
|
Method Summary | |
Folder |
getFolder()
|
Methods inherited from class javax.mail.MessagingException |
getMessage, getNextException, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private transient Folder _folder
Constructor Detail |
public ReadOnlyFolderException(Folder folder)
public ReadOnlyFolderException(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 |