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

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

/**
 * 
 */
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 - 2025 Weber Informatics LLC | Privacy Policy