io.quarkiverse.reactive.messaging.nats.jetstream.client.KeyValueException Maven / Gradle / Ivy
package io.quarkiverse.reactive.messaging.nats.jetstream.client;
public class KeyValueException extends RuntimeException {
public KeyValueException(Throwable cause) {
super(cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy