Class 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
    • Method Summary

      • Methods inherited from class javax.mail.MessagingException

        getCause, getNextException, setNextException, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        e - the embedded exception
        Since:
        10.0.42