Class ImproperlyStartedSegmentException

All Implemented Interfaces:
Serializable

public class ImproperlyStartedSegmentException extends MissingDataException
This exception is thrown when we detect a new producer which did not start with a ControlMessageType.START_OF_SEGMENT. This is a more specific case of MissingDataException, which in some cases may be treated more leniently than a regular MissingDataException.
See Also:
  • Constructor Details

    • ImproperlyStartedSegmentException

      public ImproperlyStartedSegmentException(String message)
    • ImproperlyStartedSegmentException

      public ImproperlyStartedSegmentException(String message, Throwable throwable)