Class PlayerNotFoundException

All Implemented Interfaces:
Serializable

public class PlayerNotFoundException extends InvalidActionException
See Also:
  • Constructor Details

    • PlayerNotFoundException

      public PlayerNotFoundException(String nickname)
    • PlayerNotFoundException

      public PlayerNotFoundException(UUID playerID)
    • PlayerNotFoundException

      public PlayerNotFoundException(PlayerNotFoundGameException e)
  • Method Details