![JAR search and dependency download from the Maven repository](/logo.png)
com.firefly.net.tcp.codec.exception.ProtocolException Maven / Gradle / Ivy
package com.firefly.net.tcp.codec.exception;
/**
* @author Pengtao Qiu
*/
public class ProtocolException extends RuntimeException {
public ProtocolException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy