Class MailContextNotAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.exceptions.MailContextNotAvailableException
All Implemented Interfaces:
Serializable

public class MailContextNotAvailableException extends RuntimeException
Exception thrown when an email cannot be send because no mail context (=mail server configuration) is available.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • MailContextNotAvailableException

      public MailContextNotAvailableException(String message)
      Parameters:
      message - Message with more details why the mail context is not available.
    • MailContextNotAvailableException

      public MailContextNotAvailableException(String message, Throwable cause)
      Parameters:
      message - Message with more details why the mail context is not available.
      cause - Underlying cause why the mail context is not available, such as a database error.
    • MailContextNotAvailableException

      public MailContextNotAvailableException(Throwable cause)
      Parameters:
      cause - Underlying cause why the mail context is not available, such as a database error.