Package com.sun.mail.imap
Class ReferralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.AuthenticationFailedException
-
- com.sun.mail.imap.ReferralException
-
- All Implemented Interfaces:
Serializable
public class ReferralException extends AuthenticationFailedException
A special kind of AuthenticationFailedException that indicates that the reason for the failure was an IMAP REFERRAL in the response code. See RFC 2221 for details.- Since:
- JavaMail 1.5.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferralException(String url, String text)Constructs an ReferralException with the specified URL and text.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Return the text sent by the server along with the referral.StringgetUrl()Return the IMAP URL in the referral.-
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-