All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.controlplane.cache.SnapshotConsistencyException Maven / Gradle / Ivy

There is a newer version: 1.0.49
Show newest version
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