Class EventPublishingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.zalando.fahrschein.EventPublishingException
All Implemented Interfaces:
Serializable

public class EventPublishingException extends IOException
Thrown in case the client wasn't able to publish the given batch of events to Nakadi. The response will contain an array of BatchItemResponse.
See Also:
  • Constructor Details

    • EventPublishingException

      public EventPublishingException(BatchItemResponse[] responses)
  • Method Details