Class java.rmi.examples.remoteControl.OutOfSyncException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.examples.remoteControl.OutOfSyncException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.rmi.examples.remoteControl.OutOfSyncException
- public class OutOfSyncException
- extends Exception
Thrown when MoveChannel.sendMove is invoked with a
stale turn.
- See Also:
- sendMove
-
currentTurn
- The actual current turn.
-
requestedTurn
- The turn that was requested.
-
OutOfSyncException(int, int)
-
requestedTurn
public int requestedTurn
- The turn that was requested.
currentTurn
public int currentTurn
- The actual current turn.
OutOfSyncException
public OutOfSyncException(int req,
int cur)
All Packages Class Hierarchy This Package Previous Next Index