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

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

The newest version!
package com.jnngl.server.exception;

public class PacketAlreadyExistsException extends Exception {

    public PacketAlreadyExistsException(int id) {
        super("Packet "+id+" already exists");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy