# AlreadyInGameModeException
> Thrown when attempting to set the game state to GAME when already in game mode.
`gg.lode.observerapi.api.exception`
---
## Signature
```java
public class AlreadyInGameModeException extends Exception
```
## Extends
- `Exception`
---
## Default Message
`"You are already in game mode!"`
---
## Related Pages
- [[IObserverAPI]]
- [[GameState]]