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

ibt.ortc.plugins.websocket.WebSocketProxyException Maven / Gradle / Ivy

There is a newer version: 2.1.44
Show newest version
package ibt.ortc.plugins.websocket;

public class WebSocketProxyException extends Exception{

	private static final long serialVersionUID = 1L;

	public WebSocketProxyException(String message)
	{
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy