Class GameSessionFullException

All Implemented Interfaces:
Serializable

public class GameSessionFullException extends AmazonServiceException

The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.

See Also:
  • Constructor Details

    • GameSessionFullException

      public GameSessionFullException(String message)
      Constructs a new GameSessionFullException with the specified error message.
      Parameters:
      message - Describes the error encountered.