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

com.jnngl.server.exception.InvalidPacketException Maven / Gradle / Ivy

There is a newer version: 0.10.2b
Show newest version
package com.jnngl.server.exception;

public class InvalidPacketException extends Exception{

    public InvalidPacketException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy