org.zalando.nakadiproducer.snapshots.impl.SnapshotEventProviderNotImplementedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nakadi-producer Show documentation
Show all versions of nakadi-producer Show documentation
Reliable transactional Nakadi event producer
package org.zalando.nakadiproducer.snapshots.impl;
public class SnapshotEventProviderNotImplementedException extends RuntimeException {
@Override
public String getMessage() {
return "Snapshot not implemented by the service";
}
}