com.fireflysource.net.websocket.common.exception.UpgradeWebSocketConnectionException Maven / Gradle / Ivy
package com.fireflysource.net.websocket.common.exception;
/**
* @author Pengtao Qiu
*/
public class UpgradeWebSocketConnectionException extends RuntimeException {
public UpgradeWebSocketConnectionException(String message) {
super(message);
}
}