
ibt.ortc.plugins.websocket.WebSocketStreamException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
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