- java.lang.Object
-
- java.lang.Throwable
-
- com.lmax.disruptor.RewindableException
-
- All Implemented Interfaces:
java.io.Serializable
public class RewindableException extends java.lang.ThrowableA special exception that can be thrown while using theBatchEventProcessor. On throwing this exception theBatchEventProcessorcan choose to rewind and replay the batch or throw depending on theBatchRewindStrategy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RewindableException(java.lang.Throwable cause)
-