| 
 | |||||||||
| 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.FolderNotFoundException
public class FolderNotFoundException
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
| Constructor Summary | |
|---|---|
| FolderNotFoundException()Constructs a MessagingException with no detail message. | |
| FolderNotFoundException(Folder folder)Constructs a MessagingException with the specified folder. | |
| FolderNotFoundException(Folder folder,
                        java.lang.String s)Constructs a MessagingException with the specified folder and the specified detail message. | |
| FolderNotFoundException(java.lang.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 Folder
public FolderNotFoundException(Folder folder,
                               java.lang.String s)
folder - the Folders - the detail message
public FolderNotFoundException(java.lang.String s,
                               Folder folder)
s - the detail messagefolder - the Folder| Method Detail | 
|---|
public Folder getFolder()
null.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41