Class InconsistentReprocessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.zeebe.engine.processing.streamprocessor.InconsistentReprocessingException
-
- All Implemented Interfaces:
Serializable
public final class InconsistentReprocessingException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InconsistentReprocessingException(String message, TypedRecord<?> actualRecord)InconsistentReprocessingException(String message, TypedRecord<?> actualRecord, ReprocessingRecord reprocessingRecord)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InconsistentReprocessingException
public InconsistentReprocessingException(String message, TypedRecord<?> actualRecord)
-
InconsistentReprocessingException
public InconsistentReprocessingException(String message, TypedRecord<?> actualRecord, ReprocessingRecord reprocessingRecord)
-
-