com.cryptomorin.xseries.profiles.exceptions.UnknownPlayerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of XSeries Show documentation
Show all versions of XSeries Show documentation
A set of utilities for Minecraft plugins
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