Class ImapException

All Implemented Interfaces:
Serializable

public class ImapException extends RuntimeException
See Also:
  • Constructor Details

    • ImapException

      public ImapException(String message)
    • ImapException

      public ImapException(javax.mail.MessagingException cause)
    • ImapException

      public ImapException(String message, javax.mail.MessagingException cause)
  • Method Details

    • causeDescription

      protected static String causeDescription(javax.mail.MessagingException e)