| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.code.com.sun.mail.iap.ProtocolException | |||
| ↳ | com.google.code.com.sun.mail.iap.ConnectionException | |||
| 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
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| p | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.com.sun.mail.iap.ProtocolException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an ConnectionException with no detail message.
| |||||||||||
Constructs an ConnectionException with the specified detail message.
| |||||||||||
Constructs an ConnectionException with the specified Response.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[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 ConnectionException with no detail message.
Constructs an ConnectionException with the specified detail message.
| s | The detail message |
|---|
Constructs an ConnectionException with the specified Response.
| p | |
|---|---|
| r | The Response |