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
另请参见:
序列化表格

构造方法摘要
FolderClosedIOException(Folder folder)
          Constructor
FolderClosedIOException(Folder folder, String message)
          Constructor
 
方法摘要
 Folder getFolder()
          Returns the dead Folder object
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FolderClosedIOException

public FolderClosedIOException(Folder folder)
Constructor

参数:
folder - the Folder

FolderClosedIOException

public FolderClosedIOException(Folder folder,
                               String message)
Constructor

参数:
folder - the Folder
message - the detailed error message
方法详细信息

getFolder

public Folder getFolder()
Returns the dead Folder object



Copyright © 2013. All Rights Reserved.