|
|||||||||
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(javax.mail.Folder folder)
Constructor |
|
FolderClosedIOException(javax.mail.Folder folder,
java.lang.String message)
Constructor |
Method Summary | |
---|---|
javax.mail.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(javax.mail.Folder folder)
folder
- the Folderpublic FolderClosedIOException(javax.mail.Folder folder, java.lang.String message)
folder
- the Foldermessage
- the detailed error messageMethod Detail |
---|
public javax.mail.Folder getFolder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |