| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.google.code.com.sun.mail.iap.ProtocolException | ||
Known Direct Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| response | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a ProtocolException with no detail message.
| |||||||||||
Constructs a ProtocolException with the specified detail message.
| |||||||||||
Constructs a ProtocolException with the specified detail message
and cause.
| |||||||||||
Constructs a ProtocolException with the specified Response object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the offending Response object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a ProtocolException with no detail message.
Constructs a ProtocolException with the specified detail message.
| message | The detail message |
|---|
Constructs a ProtocolException with the specified detail message and cause.
| message | The detail message |
|---|---|
| cause | The cause |
Constructs a ProtocolException with the specified Response object.
| r |
|---|