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

berlin.yuna.natsserver.model.exception.NatsStreamingStartException Maven / Gradle / Ivy

Go to download

Nats streaming server for testing which contains the original Nats streaming server

There is a newer version: 0.25.7-rc.25
Show newest version
package berlin.yuna.natsserver.model.exception;

public class NatsStreamingStartException extends RuntimeException {

    public NatsStreamingStartException(final Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy