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:
java.io.Serializable
public class DuplicateDataException extends DataValidationException
This is a benignDataValidationException
. 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description DuplicateDataException(java.lang.String message)
DuplicateDataException(java.lang.String message, java.lang.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
-
-