public class IMAPReferralException extends ProtocolException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.String |
url |
response
Constructor and Description |
---|
IMAPReferralException(java.lang.String s,
java.lang.String url)
Constructs an IMAPReferralException with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl()
Return the IMAP URL in the referral.
|
getResponse
private java.lang.String url
private static final long serialVersionUID