public class ReferralException extends AuthenticationFailedException
| 构造器和说明 |
|---|
ReferralException(String url,
String text)
Constructs an ReferralException with the specified URL and text.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getText()
Return the text sent by the server along with the referral.
|
String |
getUrl()
Return the IMAP URL in the referral.
|
getCause, getNextException, setNextException, toStringCopyright © 2021 Oracle. All rights reserved.