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

com.github.luohaha.exception.ConnectionCloseException Maven / Gradle / Ivy

package com.github.luohaha.exception;

public class ConnectionCloseException extends Exception {
	public ConnectionCloseException() {
		super("connection already close!");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy