Class UnknownPlayerException

All Implemented Interfaces:
Serializable

public final class UnknownPlayerException extends InvalidProfileException
If a specific player-identifying Profileable is not found. This can be an unknown username or UUID. (Invalid usernames and UUIDs are handled by InvalidProfileException).
See Also:
  • Constructor Details

    • UnknownPlayerException

      public UnknownPlayerException(Object unknownObject, String message)
  • Method Details

    • getUnknownObject

      @NotNull public @NotNull Object getUnknownObject()
      An invalid or unknown username (String) or an unknown UUID.