Package com.lmax.disruptor
Class RewindableException
java.lang.Object
java.lang.Throwable
com.lmax.disruptor.RewindableException
- All Implemented Interfaces:
Serializable
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 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
-
RewindableException
- Parameters:
cause- The underlying cause of the exception.
-