Class RetryBreakException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.messaging.notification.RetryBreakException
All Implemented Interfaces:
Serializable

public class RetryBreakException extends RuntimeException
Generally thrown during retry processing to allow the RetryHandler to break out of a processing loop. Usually occurs during shutdown of the component.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • RetryBreakException

      public RetryBreakException()
    • RetryBreakException

      public RetryBreakException(String message)