Class RetriableNotificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.notification.exception.RetriableNotificationException
All Implemented Interfaces:
Serializable

public class RetriableNotificationException extends RuntimeException
A NotificationSender can throw this exception in cases where a second attempt is safe and the NotificationServer can attempt to resend the message.
See Also:
  • Constructor Details

    • RetriableNotificationException

      public RetriableNotificationException(String s)