Module jakarta.mail

Class ReferralException

  • All Implemented Interfaces:
    java.io.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​(java.lang.String url, java.lang.String text)
      Constructs an ReferralException with the specified URL and text.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      Return the text sent by the server along with the referral.
      java.lang.String getUrl()
      Return the IMAP URL in the referral.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReferralException

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

      • getUrl

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

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