public class NotYourTurnException
public NotYourTurnException(@Nullable Player expected, @NotNull Player actual, @NotNull ProtocolMessage data)
@Nullable public Player getExpected()
@NotNull public Player getActual()
@NotNull public ProtocolMessage getData()
@Nullable public Player component1()
@NotNull public Player component2()
@NotNull public ProtocolMessage component3()
@NotNull public NotYourTurnException copy(@Nullable Player expected, @NotNull Player actual, @NotNull ProtocolMessage data)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)