|
Préférences
Moteurs de recherche
|
|||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
||||||||||||||||
| Constructor Summary | |
|---|---|
FolderClosedException(Folder folder)
Constructor |
|
FolderClosedException(Folder folder,
String message)
Constructor |
|
| Method Summary | |
|---|---|
Folder |
getFolder()
Returns the dead Folder object |
| Methods inherited from class javax.mail.MessagingException |
|---|
getCause, getNextException, setNextException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FolderClosedException(Folder folder)
folder - the Folderpublic FolderClosedException(Folder folder, String message)
folder - the Foldermessage - the detailed error message| Method Detail |
|---|
public Folder getFolder()