Class MailException

All Implemented Interfaces:
Serializable

public class MailException extends NuxeoException
Identifies NuxeoExceptions related to MailMessage sending.
Since:
2023.4
See Also:
  • Constructor Details

    • MailException

      public MailException(String message)
    • MailException

      public MailException(String message, Throwable cause)
    • MailException

      public MailException(Throwable cause)