public class GameException
An exception concerning the Game within a GameRoom.
@JvmOverloads
public GameException(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause)
An exception concerning the Game within a GameRoom.
@JvmOverloads
public GameException(@NotNull
java.lang.String message)
An exception concerning the Game within a GameRoom.