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

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

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

public class WebSocketStreamException extends Exception {

  /**
   * 
   */
  private static final long serialVersionUID = -5230570227556962802L;

  public WebSocketStreamException() {
    // TODO Auto-generated constructor stub
  }

  public WebSocketStreamException(String message) {
    super(message);
    // TODO Auto-generated constructor stub
  }

  public WebSocketStreamException(Throwable cause) {
    super(cause);
    // TODO Auto-generated constructor stub
  }

  public WebSocketStreamException(String message, Throwable cause) {
    super(message, cause);
    // TODO Auto-generated constructor stub
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy