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

org.webpieces.http2client.api.exception.ServerRstStreamException Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.webpieces.http2client.api.exception;

public class ServerRstStreamException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public ServerRstStreamException(String msg) {
		super(msg);
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy