Class 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:
    Serialized Form
    • Constructor Detail

      • RetryBreakException

        public RetryBreakException()
      • RetryBreakException

        public RetryBreakException​(String message)