Package io.jmix.imap.exception
Class ImapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.imap.exception.ImapException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionImapException(jakarta.mail.MessagingException cause) ImapException(String message) ImapException(String message, jakarta.mail.MessagingException cause) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected static StringcauseDescription(jakarta.mail.MessagingException e) Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ImapException
- 
ImapExceptionpublic ImapException(jakarta.mail.MessagingException cause) 
- 
ImapException
 
- 
- 
Method Details- 
causeDescription
 
-