![JAR search and dependency download from the Maven repository](/logo.png)
com.github.brainlag.nsq.exceptions.BadTopicException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nsq-client Show documentation
Show all versions of nsq-client Show documentation
Fast Java client for NSQ.
The newest version!
package com.github.brainlag.nsq.exceptions;
public class BadTopicException extends NSQException {
public BadTopicException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy