Class MailQueueFullException

All Implemented Interfaces:
Serializable

public class MailQueueFullException extends MailException
Indicates the backing mail queue is full and the mail message cannot be accepted Regarding logging of instances of this exception, see MailException.
See Also:
  • Constructor Details

    • MailQueueFullException

      public MailQueueFullException(KeyedMessage message, Throwable cause)
    • MailQueueFullException

      public MailQueueFullException(KeyedMessage message)