| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.code.javax.mail.MessagingException | |||
| ↳ | com.google.code.javax.mail.FolderNotFoundException | |||
This exception is thrown by GmailFolder methods, when those methods are invoked on a non existent folder.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.MessagingException
| |||||||||||
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| folder | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.MessagingException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a MessagingException with no detail message.
| |||||||||||
Constructs a MessagingException with the specified folder.
| |||||||||||
Constructs a MessagingException with the specified folder and
the specified detail message.
| |||||||||||
Constructs a MessagingException with the specified detail message
and the specified folder.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the offending GmailFolder object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.MessagingException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a MessagingException with no detail message.
Constructs a MessagingException with the specified folder.
| folder | The GmailFolder |
|---|
Constructs a MessagingException with the specified folder and the specified detail message.
| folder | The GmailFolder |
|---|---|
| s | The detail message |
Constructs a MessagingException with the specified detail message and the specified folder.
| s | The detail message |
|---|---|
| folder | The GmailFolder |
Returns the offending GmailFolder object.
null.