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

com.cryptomorin.xseries.profiles.exceptions.UnknownPlayerException Maven / Gradle / Ivy

There is a newer version: 12.1.0
Show newest version
package com.cryptomorin.xseries.profiles.exceptions;

import com.cryptomorin.xseries.profiles.objects.Profileable;

/**
 * If a specific player-identifying {@link Profileable} is not found.
 */
public final class UnknownPlayerException extends InvalidProfileException {
    public UnknownPlayerException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy