public class OperationDisallowedWithDeletedEditedGamesException extends OperationIsNotAllowedException
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Integer> |
gameIndices |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
OperationDisallowedWithDeletedEditedGamesException(java.util.List<java.lang.Integer> gameIndices) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getGameIndices() |
private final java.util.List<java.lang.Integer> gameIndices
private static final long serialVersionUID