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

com.webpieces.http2engine.api.error.ConnectionClosedException Maven / Gradle / Ivy

There is a newer version: 2.1.109
Show newest version
package com.webpieces.http2engine.api.error;

public class ConnectionClosedException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public ConnectionClosedException(ConnectionCancelled closedReason, String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy