Class RetryBreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.messaging.notification.RetryBreakException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryBreakException
public RetryBreakException() -
RetryBreakException
-