berlin.yuna.natsserver.model.exception.NatsStreamingStartException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nats-streaming-server Show documentation
Show all versions of nats-streaming-server Show documentation
Nats streaming server for testing which contains the original Nats streaming server
package berlin.yuna.natsserver.model.exception;
public class NatsStreamingStartException extends RuntimeException {
public NatsStreamingStartException(final Throwable cause) {
super(cause);
}
}