Class DuplicateDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateDataException
    extends DataValidationException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicateDataException

        public DuplicateDataException​(java.lang.String message)
      • DuplicateDataException

        public DuplicateDataException​(java.lang.String message,
                                      java.lang.Throwable throwable)