Package org.zalando.fahrschein
Class EventPublishingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.zalando.fahrschein.EventPublishingException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventPublishingException extends java.io.IOExceptionThrown in case the client wasn't able to publish the given batch of events to Nakadi. The response will contain an array ofBatchItemResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventPublishingException(BatchItemResponse[] responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchItemResponse[]getResponses()
-
-
-
Constructor Detail
-
EventPublishingException
public EventPublishingException(BatchItemResponse[] responses)
-
-
Method Detail
-
getResponses
public BatchItemResponse[] getResponses()
-
-