|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.mail.util.FolderClosedIOException
public class FolderClosedIOException
A variant of FolderClosedException that can be thrown from methods that only throw IOException. The getContent method will catch this exception and translate it back to FolderClosedException.
| Constructor Summary | |
|---|---|
FolderClosedIOException(Folder folder)
Constructor |
|
FolderClosedIOException(Folder folder,
java.lang.String message)
Constructor |
|
| Method Summary | |
|---|---|
Folder |
getFolder()
Returns the dead Folder object |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FolderClosedIOException(Folder folder)
folder - the Folder
public FolderClosedIOException(Folder folder,
java.lang.String message)
folder - the Foldermessage - the detailed error message| Method Detail |
|---|
public Folder getFolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||