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

io.pkts.protocol.UknownProtocolException Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
/**
 * 
 */
package io.pkts.protocol;

/**
 * @author [email protected]
 * 
 */
public final class UknownProtocolException extends Exception {

    private static final long serialVersionUID = 1L;

    private final byte code;

    public UknownProtocolException(final byte code) {
        this.code = code;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy