Class DuplicateDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.exceptions.KafkaConsumerException
com.linkedin.venice.exceptions.validation.DataValidationException
com.linkedin.venice.exceptions.validation.DuplicateDataException
- All Implemented Interfaces:
Serializable
This is a benign
DataValidationException
.
It indicates that duplicate data was consumed from the Kafka stream.
The receiver of this exception is free to carry on, but may choose to
forgo any processing it had planned to do about the duplicate data.- See Also:
-
Field Summary
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
Constructor Summary
ConstructorDescriptionDuplicateDataException
(String message) DuplicateDataException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class com.linkedin.venice.exceptions.KafkaConsumerException
getMessage
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateDataException
-
DuplicateDataException
-