|
Préférences
Moteurs de recherche
|
|||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
Constructor Summary | |
---|---|
FolderNotFoundException()
Constructs a MessagingException with no detail message. |
|
FolderNotFoundException(Folder folder)
Constructs a MessagingException with the specified folder. |
|
FolderNotFoundException(Folder folder,
String s)
Constructs a MessagingException with the specified folder and the specified detail message. |
|
FolderNotFoundException(String s,
Folder folder)
Constructs a MessagingException with the specified detail message and the specified folder. |
Method Summary | |
---|---|
Folder |
getFolder()
Returns the offending 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 FolderNotFoundException()
public FolderNotFoundException(Folder folder)
folder
- the Folderpublic FolderNotFoundException(Folder folder, String s)
folder
- the Folders
- the detail messagepublic FolderNotFoundException(String s, Folder folder)
s
- the detail messagefolder
- the FolderMethod Detail |
---|
public Folder getFolder()
null
.