Class 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 Detail

      • ReferralException

        public ReferralException​(String url,
                                 String text)
        Constructs an ReferralException with the specified URL and text.
        Parameters:
        text - the detail message
        url - the URL
    • Method Detail

      • getUrl

        public String getUrl()
        Return the IMAP URL in the referral.
        Returns:
        the IMAP URL
      • getText

        public String getText()
        Return the text sent by the server along with the referral.
        Returns:
        the text