Package com.sun.mail.imap.protocol
Class IMAPReferralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.imap.protocol.IMAPReferralException
-
- All Implemented Interfaces:
java.io.Serializable
public class IMAPReferralException extends ProtocolException
A ProtocolException that includes IMAP login referral information.- Since:
- JavaMail 1.5.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private java.lang.String
url
-
Fields inherited from class com.sun.mail.iap.ProtocolException
response
-
-
Constructor Summary
Constructors Constructor Description IMAPReferralException(java.lang.String s, java.lang.String url)
Constructs an IMAPReferralException with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUrl()
Return the IMAP URL in the referral.-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Field Detail
-
url
private java.lang.String url
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-