| 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
|
[Expand]
Inherited Fields |
From class
java.lang.Throwable
|
private
Object |
backtrace |
|
|
private
Throwable |
cause |
|
|
private
String |
detailMessage |
|
|
private
StackTraceElement[] |
stackTrace |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Throwable
|
synchronized
Throwable
|
fillInStackTrace()
|
|
Throwable
|
getCause()
|
|
String
|
getLocalizedMessage()
|
|
String
|
getMessage()
|
|
StackTraceElement[]
|
getStackTrace()
|
|
synchronized
Throwable
|
initCause(Throwable arg0)
|
|
void
|
printStackTrace(PrintWriter arg0)
|
|
void
|
printStackTrace(PrintStream arg0)
|
|
void
|
printStackTrace()
|
|
void
|
setStackTrace(StackTraceElement[] arg0)
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
4281122580365555735
(0x3b699a4df297b817)
Fields
Public Constructors
public
FolderClosedIOException
(Folder folder)
public
FolderClosedIOException
(Folder folder, String message)
Parameters
| folder
| The GmailFolder |
| message
| The detailed error message
|
Public Methods
public
Folder
getFolder
()
Returns the dead GmailFolder object