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