com.sun.mail.util
Class FolderClosedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.mail.util.FolderClosedIOException
- All Implemented Interfaces:
- 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.
- Author:
- Bill Shannon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FolderClosedIOException
public FolderClosedIOException(Folder folder)
- Constructor
- Parameters:
folder
- the Folder
FolderClosedIOException
public FolderClosedIOException(Folder folder,
String message)
- Constructor
- Parameters:
folder
- the Foldermessage
- the detailed error message
getFolder
public Folder getFolder()
- Returns the dead Folder object
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.