java.io.Serializablepublic class ReferralException extends AuthenticationFailedException
| Constructor | Description |
|---|---|
ReferralException(java.lang.String url,
java.lang.String text) |
Constructs an ReferralException with the specified URL and text.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getText() |
Return the text sent by the server along with the referral.
|
java.lang.String |
getUrl() |
Return the IMAP URL in the referral.
|
getCause, getNextException, setNextException, toStringCopyright © 2018 Oracle. All rights reserved.