com.sun.mail.util
类 FolderClosedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.mail.util.FolderClosedIOException
- 所有已实现的接口:
- Serializable
public class FolderClosedIOException
- extends IOException
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.
- 作者:
- Bill Shannon
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FolderClosedIOException
public FolderClosedIOException(Folder folder)
- Constructor
- 参数:
folder - the Folder
FolderClosedIOException
public FolderClosedIOException(Folder folder,
String message)
- Constructor
- 参数:
folder - the Foldermessage - the detailed error message
getFolder
public Folder getFolder()
- Returns the dead Folder object
Copyright © 2013. All Rights Reserved.