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

com.github.t9t.minecraftrconclient.AuthFailureException Maven / Gradle / Ivy

The newest version!
package com.github.t9t.minecraftrconclient;

public class AuthFailureException extends RconClientException {
    public AuthFailureException() {
        super("Authentication failure");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy