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 Summary
ConstructorDescriptionImapException
(jakarta.mail.MessagingException cause) ImapException
(String message) ImapException
(String message, jakarta.mail.MessagingException cause) -
Method Summary
Modifier and TypeMethodDescriptionprotected static String
causeDescription
(jakarta.mail.MessagingException e) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImapException
-
ImapException
public ImapException(jakarta.mail.MessagingException cause) -
ImapException
-
-
Method Details
-
causeDescription
-