public class

FolderClosedIOException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.google.code.com.sun.mail.util.FolderClosedIOException

Class Overview

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.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private Folder folder
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
FolderClosedIOException(Folder folder)
Constructor
FolderClosedIOException(Folder folder, String message)
Constructor
Public Methods
Folder getFolder()
Returns the dead GmailFolder object
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 4281122580365555735 (0x3b699a4df297b817)

Fields

private Folder folder

Public Constructors

public FolderClosedIOException (Folder folder)

Constructor

Parameters
folder The GmailFolder

public FolderClosedIOException (Folder folder, String message)

Constructor

Parameters
folder The GmailFolder
message The detailed error message

Public Methods

public Folder getFolder ()

Returns the dead GmailFolder object