Class PipelineUnexpectedDataRecordOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shardingsphere.data.pipeline.core.exception.PipelineUnexpectedDataRecordOrderException
- All Implemented Interfaces:
Serializable
Pipeline unexpected data record order exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineUnexpectedDataRecordOrderException(DataRecord beforeDataRecord, DataRecord afterDataRecord) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineUnexpectedDataRecordOrderException
public PipelineUnexpectedDataRecordOrderException(DataRecord beforeDataRecord, DataRecord afterDataRecord)
-