| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.code.com.sun.mail.iap.ProtocolException | |||
| ↳ | com.google.code.com.sun.mail.iap.ParsingException | |||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.com.sun.mail.iap.ProtocolException
| |||||||||||
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.com.sun.mail.iap.ProtocolException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an ParsingException with no detail message.
| |||||||||||
Constructs an ParsingException with the specified detail message.
| |||||||||||
Constructs an ParsingException with the specified Response.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.com.sun.mail.iap.ProtocolException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an ParsingException with no detail message.
Constructs an ParsingException with the specified detail message.
| s | The detail message |
|---|
Constructs an ParsingException with the specified Response.
| r | The Response |
|---|