Class RewindableException

java.lang.Object
java.lang.Throwable
com.lmax.disruptor.RewindableException
All Implemented Interfaces:
Serializable

public class RewindableException extends Throwable
A special exception that can be thrown while using the BatchEventProcessor. On throwing this exception the BatchEventProcessor can choose to rewind and replay the batch or throw depending on the BatchRewindStrategy
See Also:
  • Constructor Details

    • RewindableException

      public RewindableException(Throwable cause)
      Parameters:
      cause - The underlying cause of the exception.