Class PermanentMessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.mail.MessagingException
com.novomind.ecom.api.imail.exception.PermanentMessagingException
- All Implemented Interfaces:
Serializable
public class PermanentMessagingException
extends jakarta.mail.MessagingException
The exception represents a permanent error during message processing
- Since:
- 10.0.42
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermanentMessagingException
(String message) PermanentMessagingException
(String message, Exception e) -
Method Summary
Methods inherited from class jakarta.mail.MessagingException
getCause, getNextException, setNextException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PermanentMessagingException
- Parameters:
message
- the detail message- Since:
- 10.0.42
-
PermanentMessagingException
- Parameters:
message
- the detail messagee
- the embedded exception- Since:
- 10.0.42
-