Class RawEventPersistenceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EventPersistenceException

public class RawEventPersistenceException extends EventPublishingException

Exception thrown for server-side (partial) failures of event persistence, e.g. an event can not be stored due to Kafka unavailability.

Not to be used publicly, please use the wrapping EventPersistenceException class.

See Also:
  • Constructor Details

    • RawEventPersistenceException

      public RawEventPersistenceException(BatchItemResponse[] responses)