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

com.tvd12.gamebox.exception.PlayerExistsException Maven / Gradle / Ivy

The newest version!
package com.tvd12.gamebox.exception;

public class PlayerExistsException extends IllegalArgumentException {
    private static final long serialVersionUID = -3890769973167703303L;

    public PlayerExistsException(String username) {
        super("player: " + username + " has added");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy