Class PermanentMessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- com.novomind.ecom.api.imail.exception.PermanentMessagingException
-
- All Implemented Interfaces:
java.io.Serializable
public class PermanentMessagingException extends javax.mail.MessagingException
The exception represents a permanent error during message processing
- Since:
- 10.0.42
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermanentMessagingException(java.lang.String message)
PermanentMessagingException(java.lang.String message, java.lang.Exception e)
-
Method Summary
-
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
-
-
-
-
Constructor Detail
-
PermanentMessagingException
public PermanentMessagingException(java.lang.String message)
- Parameters:
message
- the detail message- Since:
- 10.0.42
-
PermanentMessagingException
public PermanentMessagingException(java.lang.String message, java.lang.Exception e)
- Parameters:
message
- the detail messagee
- the embedded exception- Since:
- 10.0.42
-
-