
io.envoyproxy.controlplane.cache.SnapshotConsistencyException Maven / Gradle / Ivy
package io.envoyproxy.controlplane.cache;
/**
* {@code SnapshotConsistencyException} indicates that resource references in a {@link Snapshot} are not consistent,
* i.e. a resource references another resource that does not exist in the snapshot.
*/
public class SnapshotConsistencyException extends Exception {
public SnapshotConsistencyException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy