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

com.github.brainlag.nsq.exceptions.DisconnectedException Maven / Gradle / Ivy

The newest version!
package com.github.brainlag.nsq.exceptions;

public class DisconnectedException extends NSQException {

	public DisconnectedException(String message, Throwable cause) {
		super(message, cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy